#B77DE6

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

Shades of Biloba Flower #B77DE6

Tints of Biloba Flower #B77DE6

Color information

#B77DE6 (or 0xB77DE6) is unknown color: approx Biloba Flower. HEX triplet: B7, 7D and E6. RGB value is (183,125,230). Sum of RGB (Red+Green+Blue) = 183+125+230=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #B77DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DE6 is #488219. Grayscale: #999999. Windows color (decimal): -4751898 or 15105463. OLE color: 15105463.

HSL color Cylindrical-coordinate representation of color #B77DE6: hue angle of 273.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77DE6 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183125230-
CMYK0.200.4600.10
HSL273.14º67.74%69.61%-
HSV(B)273.14º45.65%90.2%-
XYZ41.1430.4578.57-
YUV154.31170.72148.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 230 (90.23% from 255) = 42.75%
R=34.01%
G=23.23%
B=42.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831252300.200.4600.10273.1467.7469.61
HexB77DE6142E0A1114446
Octal2671753462456012421104106
Binary10110111111110111100110101001011100101010001000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DE6; }

 p { color: rgb(183,125,230); }

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

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

 a { background-color: rgb(183,125,230); }

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

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

 span { border-color: rgb(183,125,230); }

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