#B77CED

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

Shades of Biloba Flower #B77CED

Tints of Biloba Flower #B77CED

Color information

#B77CED (or 0xB77CED) is unknown color: approx Biloba Flower. HEX triplet: B7, 7C and ED. RGB value is (183,124,237). Sum of RGB (Red+Green+Blue) = 183+124+237=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #B77CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CED is #488312. Grayscale: #9A9A9A. Windows color (decimal): -4752147 or 15563959. OLE color: 15563959.

HSL color Cylindrical-coordinate representation of color #B77CED: hue angle of 271.33º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77CED is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183124237-
CMYK0.230.4800.07
HSL271.33º75.84%70.78%-
HSV(B)271.33º47.68%92.94%-
XYZ42.0230.683.81-
YUV154.52174.55148.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 124 (48.83% from 255) = 22.79%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=33.64%
G=22.79%
B=43.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831242370.230.4800.07271.3375.8470.78
HexB77CED17300710f4c47
Octal267174355276007417114107
Binary1011011111111001110110110111110000011110000111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CED; }

 p { color: rgb(183,124,237); }

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

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

 a { background-color: rgb(183,124,237); }

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

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

 span { border-color: rgb(183,124,237); }

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