Html Css Color HEX #B887DA Biloba Flower

📋 copy color: '#B887DA'

red 184 ◦ green 135 ◦ blue 218

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

Shades of Biloba Flower #B887DA

Tints of Biloba Flower #B887DA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.14%

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 34.26%
G = 25.14%
B = 40.6%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B887DA (or 0xB887DA) is known color: Biloba Flower. HEX triplet: B8, 87 and DA. RGB value is (184,135,218). Sum of RGB (Red+Green+Blue) = 184+135+218=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B887DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887DA is #477825. Grayscale: #9E9E9E. Windows color (decimal): -4683814 or 14321592. OLE color: 14321592.

HSL color Cylindrical-coordinate representation of color #B887DA: hue angle of 275.42º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B887DA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 135 218 -
CMYK 0.16 0.38 0 0.15
HSL 275.42º 0.53% 0.69% -
HSV(B) 275.42º 0.38% 0.85% -
XYZ 41.09 32.58 70.45 -
YUV 159.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 184 135 218 0.16 0.38 0 0.15 275.42 0.53 0.69
Hex B8 87 DA 10 26 0 F 113 35 45
Octal 270 207 332 20 46 0 17 423 65 105
Binary 10111000 10000111 11011010 10000 100110 0 1111 100010011 110101 1000101

Color Harmonies of #B887DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B887DA

Black with #B887DA

Text Example


Text Example

White with #B887DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B887DA; }

 p { color: rgb(184,135,218); }

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

background-color css

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

 a { background-color: rgb(184,135,218); }

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

border-color css

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

 span { border-color: rgb(184,135,218); }

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