#B781E8

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

Shades of Biloba Flower #B781E8

Tints of Biloba Flower #B781E8

Color information

#B781E8 (or 0xB781E8) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and E8. RGB value is (183,129,232). Sum of RGB (Red+Green+Blue) = 183+129+232=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #B781E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781E8 is #487E17. Grayscale: #9C9C9C. Windows color (decimal): -4750872 or 15237559. OLE color: 15237559.

HSL color Cylindrical-coordinate representation of color #B781E8: hue angle of 271.46º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B781E8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183129232-
CMYK0.210.4400.09
HSL271.46º69.13%70.78%-
HSV(B)271.46º44.4%90.98%-
XYZ41.9431.5980.23-
YUV156.89170.39146.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 232 (91.02% from 255) = 42.65%
R=33.64%
G=23.71%
B=42.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831292320.210.4400.09271.4669.1370.78
HexB781E8152C0910f4547
Octal2672013502554011417105107
Binary101101111000000111101000101011011000100110000111110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781E8; }

 p { color: rgb(183,129,232); }

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

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

 a { background-color: rgb(183,129,232); }

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

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

 span { border-color: rgb(183,129,232); }

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