#B785EA

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

Shades of Biloba Flower #B785EA

Tints of Biloba Flower #B785EA

Color information

#B785EA (or 0xB785EA) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and EA. RGB value is (183,133,234). Sum of RGB (Red+Green+Blue) = 183+133+234=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #B785EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785EA is #487A15. Grayscale: #9F9F9F. Windows color (decimal): -4749846 or 15369655. OLE color: 15369655.

HSL color Cylindrical-coordinate representation of color #B785EA: hue angle of 269.7º degrees, saturation: 0.71, 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 #B785EA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183133234-
CMYK0.220.4300.08
HSL269.7º70.63%71.96%-
HSV(B)269.7º43.16%91.76%-
XYZ42.7732.7881.92-
YUV159.46170.06144.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=33.27%
G=24.18%
B=42.55%

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
Decimal1831332340.220.4300.08269.770.6371.96
HexB785EA162B0810e4748
Octal2672053522653010416107110
Binary101101111000010111101010101101010110100010000111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785EA; }

 p { color: rgb(183,133,234); }

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

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

 a { background-color: rgb(183,133,234); }

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

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

 span { border-color: rgb(183,133,234); }

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