Html Css Color HEX #B087DF Biloba Flower

📋 copy color: '#B087DF'

red 176 ◦ green 135 ◦ blue 223

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

Shades of Biloba Flower #B087DF

Tints of Biloba Flower #B087DF

RGB

 RED value IS 176 (69.14% from 255) = 32.96%

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 32.96%
G = 25.28%
B = 41.76%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B087DF (or 0xB087DF) is known color: Biloba Flower. HEX triplet: B0, 87 and DF. RGB value is (176,135,223). Sum of RGB (Red+Green+Blue) = 176+135+223=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B087DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087DF is #4F7820. Grayscale: #9C9C9C. Windows color (decimal): -5208097 or 14649264. OLE color: 14649264.

HSL color Cylindrical-coordinate representation of color #B087DF: hue angle of 267.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B087DF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 135 223 -
CMYK 0.21 0.39 0 0.13
HSL 267.95º 0.58% 0.7% -
HSV(B) 267.95º 0.39% 0.87% -
XYZ 39.89 31.89 73.86 -
YUV 157.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 176 135 223 0.21 0.39 0 0.13 267.95 0.58 0.7
Hex B0 87 DF 15 27 0 D 10C 3A 46
Octal 260 207 337 25 47 0 15 414 72 106
Binary 10110000 10000111 11011111 10101 100111 0 1101 100001100 111010 1000110

Color Harmonies of #B087DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087DF

Black with #B087DF

Text Example


Text Example

White with #B087DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087DF; }

 p { color: rgb(176,135,223); }

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

background-color css

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

 a { background-color: rgb(176,135,223); }

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

border-color css

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

 span { border-color: rgb(176,135,223); }

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