Html Css Color HEX #B87DDC Biloba Flower

📋 copy color: '#B87DDC'

red 184 ◦ green 125 ◦ blue 220

#B87DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B87DDC

Tints of Biloba Flower #B87DDC

RGB

 RED value IS 184 (72.27% from 255) = 34.78%

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 34.78%
G = 23.63%
B = 41.59%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B87DDC (or 0xB87DDC) is known color: Biloba Flower. HEX triplet: B8, 7D and DC. RGB value is (184,125,220). Sum of RGB (Red+Green+Blue) = 184+125+220=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B87DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DDC is #478223. Grayscale: #999999. Windows color (decimal): -4686372 or 14450104. OLE color: 14450104.

HSL color Cylindrical-coordinate representation of color #B87DDC: hue angle of 277.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87DDC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 125 220 -
CMYK 0.16 0.43 0 0.14
HSL 277.26º 0.58% 0.68% -
HSV(B) 277.26º 0.43% 0.86% -
XYZ 40.02 30.02 71.4 -
YUV 153.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 184 125 220 0.16 0.43 0 0.14 277.26 0.58 0.68
Hex B8 7D DC 10 2B 0 E 115 3A 44
Octal 270 175 334 20 53 0 16 425 72 104
Binary 10111000 1111101 11011100 10000 101011 0 1110 100010101 111010 1000100

Color Harmonies of #B87DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DDC

Black with #B87DDC

Text Example


Text Example

White with #B87DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DDC; }

 p { color: rgb(184,125,220); }

 H1.HeaderClassName
 {
   color: #B87DDC;
 }
 .AnyTagClassName
 {
   color: #B87DDC;
 }
</style>

background-color css

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

 a { background-color: rgb(184,125,220); }

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

border-color css

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

 span { border-color: rgb(184,125,220); }

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