Html Css Color HEX #B87DE5 Biloba Flower

📋 copy color: '#B87DE5'

red 184 ◦ green 125 ◦ blue 229

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

Shades of Biloba Flower #B87DE5

Tints of Biloba Flower #B87DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 34.2%
G = 23.23%
B = 42.57%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B87DE5 (or 0xB87DE5) is known color: Biloba Flower. HEX triplet: B8, 7D and E5. RGB value is (184,125,229). Sum of RGB (Red+Green+Blue) = 184+125+229=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #B87DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DE5 is #47821A. Grayscale: #9A9A9A. Windows color (decimal): -4686363 or 15039928. OLE color: 15039928.

HSL color Cylindrical-coordinate representation of color #B87DE5: hue angle of 274.04º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87DE5 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 125 229 -
CMYK 0.20 0.45 0 0.10
HSL 274.04º 0.67% 0.69% -
HSV(B) 274.04º 0.45% 0.9% -
XYZ 41.24 30.51 77.84 -
YUV 154.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 184 125 229 0.20 0.45 0 0.10 274.04 0.67 0.69
Hex B8 7D E5 14 2D 0 A 112 43 45
Octal 270 175 345 24 55 0 12 422 103 105
Binary 10111000 1111101 11100101 10100 101101 0 1010 100010010 1000011 1000101

Color Harmonies of #B87DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DE5

Black with #B87DE5

Text Example


Text Example

White with #B87DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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