#B782F2

Color #B782F2 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B782F2

Tints of Biloba Flower #B782F2

Color information

#B782F2 (or 0xB782F2) is unknown color: approx Biloba Flower. HEX triplet: B7, 82 and F2. RGB value is (183,130,242). Sum of RGB (Red+Green+Blue) = 183+130+242=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #B782F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B782F2 is #487D0D. Grayscale: #9E9E9E. Windows color (decimal): -4750606 or 15893175. OLE color: 15893175.

HSL color Cylindrical-coordinate representation of color #B782F2: hue angle of 268.39º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B782F2 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183130242-
CMYK0.240.4600.05
HSL268.39º81.16%72.94%-
HSV(B)268.39º46.28%94.9%-
XYZ43.5432.4487.97-
YUV158.61175.06145.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=32.97%
G=23.42%
B=43.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831302420.240.4600.05268.3981.1672.94
HexB782F2182E0510c5149
Octal267202362305605414121111
Binary10110111100000101111001011000101110010110000110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782F2; }

 p { color: rgb(183,130,242); }

 H1.HeaderClassName
 {
   color: #B782F2;
 }
 .AnyTagClassName
 {
   color: #B782F2;
 }
</style>
background-color css

<style>
 a { background-color: #B782F2; }

 a { background-color: rgb(183,130,242); }

 div.DivClassName
 {
   background-color: #B782F2;
 }
 .BgClassName
 {
   background-color: #B782F2;
 }
</style>
border-color css

<style>
 span { border-color: #B782F2; }

 span { border-color: rgb(183,130,242); }

 td.TdClassName
 {
   border-color: #B782F2;
 }
 .TagClassName
 {
   border-color: #B782F2;
 }
</style>