#B87CED

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

Shades of Biloba Flower #B87CED

Tints of Biloba Flower #B87CED

Color information

#B87CED (or 0xB87CED) is unknown color: approx Biloba Flower. HEX triplet: B8, 7C and ED. RGB value is (184,124,237). Sum of RGB (Red+Green+Blue) = 184+124+237=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #B87CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87CED is #478312. Grayscale: #9A9A9A. Windows color (decimal): -4686611 or 15563960. OLE color: 15563960.

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

Color convert

RGB184124237-
CMYK0.220.4800.07
HSL271.86º75.84%70.78%-
HSV(B)271.86º47.68%92.94%-
XYZ42.2630.7283.82-
YUV154.82174.38148.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 124 (48.83% from 255) = 22.75%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=33.76%
G=22.75%
B=43.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841242370.220.4800.07271.8675.8470.78
HexB87CED1630071104c47
Octal270174355266007420114107
Binary1011100011111001110110110110110000011110001000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CED; }

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

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

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

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

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

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

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

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