Html Css Color HEX #B87CDD Biloba Flower

📋 copy color: '#B87CDD'

red 184 ◦ green 124 ◦ blue 221

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

Shades of Biloba Flower #B87CDD

Tints of Biloba Flower #B87CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.44%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 34.78%
G = 23.44%
B = 41.78%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B87CDD (or 0xB87CDD) is known color: Biloba Flower. HEX triplet: B8, 7C and DD. RGB value is (184,124,221). Sum of RGB (Red+Green+Blue) = 184+124+221=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CDD is #478322. Grayscale: #989898. Windows color (decimal): -4686627 or 14515384. OLE color: 14515384.

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

Color convert

RGB 184 124 221 -
CMYK 0.17 0.44 0 0.13
HSL 277.11º 0.59% 0.68% -
HSV(B) 277.11º 0.44% 0.87% -
XYZ 40.03 29.83 72.05 -
YUV 153 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 184 124 221 0.17 0.44 0 0.13 277.11 0.59 0.68
Hex B8 7C DD 11 2C 0 D 115 3B 44
Octal 270 174 335 21 54 0 15 425 73 104
Binary 10111000 1111100 11011101 10001 101100 0 1101 100010101 111011 1000100

Color Harmonies of #B87CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87CDD

Black with #B87CDD

Text Example


Text Example

White with #B87CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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