Html Css Color HEX #B87DE2 Biloba Flower

📋 copy color: '#B87DE2'

red 184 ◦ green 125 ◦ blue 226

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

Shades of Biloba Flower #B87DE2

Tints of Biloba Flower #B87DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 34.39%
G = 23.36%
B = 42.24%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B87DE2 (or 0xB87DE2) is known color: Biloba Flower. HEX triplet: B8, 7D and E2. RGB value is (184,125,226). Sum of RGB (Red+Green+Blue) = 184+125+226=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #B87DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DE2 is #47821D. Grayscale: #999999. Windows color (decimal): -4686366 or 14843320. OLE color: 14843320.

HSL color Cylindrical-coordinate representation of color #B87DE2: hue angle of 275.05º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87DE2 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 125 226 -
CMYK 0.19 0.45 0 0.11
HSL 275.05º 0.64% 0.69% -
HSV(B) 275.05º 0.45% 0.89% -
XYZ 40.83 30.35 75.66 -
YUV 154.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 184 125 226 0.19 0.45 0 0.11 275.05 0.64 0.69
Hex B8 7D E2 13 2D 0 B 113 40 45
Octal 270 175 342 23 55 0 13 423 100 105
Binary 10111000 1111101 11100010 10011 101101 0 1011 100010011 1000000 1000101

Color Harmonies of #B87DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DE2

Black with #B87DE2

Text Example


Text Example

White with #B87DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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