#b785eb

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

Shades of Biloba Flower #B785EB

Tints of Biloba Flower #B785EB

Color information

#B785EB (or 0xB785EB) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and EB. RGB value is (183,133,235). Sum of RGB (Red+Green+Blue) = 183+133+235=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #B785EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785EB is #487A14. Grayscale: #9F9F9F. Windows color (decimal): -4749845 or 15435191. OLE color: 15435191.

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

Color convert

RGB183133235-
CMYK0.220.4300.08
HSL269.41º71.83%72.16%-
HSV(B)269.41º43.4%92.16%-
XYZ42.9132.8482.67-
YUV159.58170.56144.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=33.21%
G=24.14%
B=42.65%

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
Decimal1831332350.220.4300.08269.4171.8372.16
HexB785EB162B0810d4848
Octal2672053532653010415110110
Binary101101111000010111101011101101010110100010000110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b785eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b785eb; }

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

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

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

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

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

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

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

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