Html Css Color HEX #B87CDE Biloba Flower

📋 copy color: '#B87CDE'

red 184 ◦ green 124 ◦ blue 222

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

Shades of Biloba Flower #B87CDE

Tints of Biloba Flower #B87CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 34.72%
G = 23.4%
B = 41.89%

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

#B87CDE (or 0xB87CDE) is known color: Biloba Flower. HEX triplet: B8, 7C and DE. RGB value is (184,124,222). Sum of RGB (Red+Green+Blue) = 184+124+222=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #B87CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CDE is #478321. Grayscale: #989898. Windows color (decimal): -4686626 or 14580920. OLE color: 14580920.

HSL color Cylindrical-coordinate representation of color #B87CDE: hue angle of 276.73º degrees, saturation: 0.6, 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 #B87CDE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 124 222 -
CMYK 0.17 0.44 0 0.13
HSL 276.73º 0.6% 0.68% -
HSV(B) 276.73º 0.44% 0.87% -
XYZ 40.16 29.88 72.76 -
YUV 153.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 184 124 222 0.17 0.44 0 0.13 276.73 0.6 0.68
Hex B8 7C DE 11 2C 0 D 115 3C 44
Octal 270 174 336 21 54 0 15 425 74 104
Binary 10111000 1111100 11011110 10001 101100 0 1101 100010101 111100 1000100

Color Harmonies of #B87CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87CDE

Black with #B87CDE

Text Example


Text Example

White with #B87CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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