#B786EB

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

Shades of Biloba Flower #B786EB

Tints of Biloba Flower #B786EB

Color information

#B786EB (or 0xB786EB) is unknown color: approx Biloba Flower. HEX triplet: B7, 86 and EB. RGB value is (183,134,235). Sum of RGB (Red+Green+Blue) = 183+134+235=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #B786EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B786EB is #487914. Grayscale: #9F9F9F. Windows color (decimal): -4749589 or 15435447. OLE color: 15435447.

HSL color Cylindrical-coordinate representation of color #B786EB: hue angle of 269.11º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B786EB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183134235-
CMYK0.220.4300.08
HSL269.11º71.63%72.35%-
HSV(B)269.11º42.98%92.16%-
XYZ43.0533.1282.72-
YUV160.16170.23144.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=33.15%
G=24.28%
B=42.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831342350.220.4300.08269.1171.6372.35
HexB786EB162B0810d4848
Octal2672063532653010415110110
Binary101101111000011011101011101101010110100010000110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786EB; }

 p { color: rgb(183,134,235); }

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

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

 a { background-color: rgb(183,134,235); }

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

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

 span { border-color: rgb(183,134,235); }

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