Html Css Color HEX #B87DE1 Biloba Flower

📋 copy color: '#B87DE1'

red 184 ◦ green 125 ◦ blue 225

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

Shades of Biloba Flower #B87DE1

Tints of Biloba Flower #B87DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 34.46%
G = 23.41%
B = 42.13%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B87DE1 (or 0xB87DE1) is known color: Biloba Flower. HEX triplet: B8, 7D and E1. RGB value is (184,125,225). Sum of RGB (Red+Green+Blue) = 184+125+225=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #B87DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DE1 is #47821E. Grayscale: #999999. Windows color (decimal): -4686367 or 14777784. OLE color: 14777784.

HSL color Cylindrical-coordinate representation of color #B87DE1: hue angle of 275.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B87DE1 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 125 225 -
CMYK 0.18 0.44 0 0.12
HSL 275.4º 0.63% 0.69% -
HSV(B) 275.4º 0.44% 0.88% -
XYZ 40.69 30.29 74.94 -
YUV 154.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 184 125 225 0.18 0.44 0 0.12 275.4 0.63 0.69
Hex B8 7D E1 12 2C 0 C 113 3E 45
Octal 270 175 341 22 54 0 14 423 76 105
Binary 10111000 1111101 11100001 10010 101100 0 1100 100010011 111110 1000101

Color Harmonies of #B87DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DE1

Black with #B87DE1

Text Example


Text Example

White with #B87DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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