#B77EDF

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

Shades of Biloba Flower #B77EDF

Tints of Biloba Flower #B77EDF

Color information

#B77EDF (or 0xB77EDF) is unknown color: approx Biloba Flower. HEX triplet: B7, 7E and DF. RGB value is (183,126,223). Sum of RGB (Red+Green+Blue) = 183+126+223=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B77EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EDF is #488120. Grayscale: #999999. Windows color (decimal): -4751649 or 14646967. OLE color: 14646967.

HSL color Cylindrical-coordinate representation of color #B77EDF: hue angle of 275.26º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77EDF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183126223-
CMYK0.180.4300.13
HSL275.26º60.25%68.43%-
HSV(B)275.26º43.5%87.45%-
XYZ40.3130.3273.54-
YUV154.1166.88148.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=34.40%
G=23.68%
B=41.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831262230.180.4300.13275.2660.2568.43
HexB77EDF122B0D1133c44
Octal267176337225301542374104
Binary1011011111111101101111110010101011011011000100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EDF; }

 p { color: rgb(183,126,223); }

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

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

 a { background-color: rgb(183,126,223); }

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

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

 span { border-color: rgb(183,126,223); }

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