Html Css Color HEX #B087D8 Biloba Flower

📋 copy color: '#B087D8'

red 176 ◦ green 135 ◦ blue 216

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

Shades of Biloba Flower #B087D8

Tints of Biloba Flower #B087D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 33.4%
G = 25.62%
B = 40.99%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B087D8 (or 0xB087D8) is known color: Biloba Flower. HEX triplet: B0, 87 and D8. RGB value is (176,135,216). Sum of RGB (Red+Green+Blue) = 176+135+216=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #B087D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D8 is #4F7827. Grayscale: #9C9C9C. Windows color (decimal): -5208104 or 14190512. OLE color: 14190512.

HSL color Cylindrical-coordinate representation of color #B087D8: hue angle of 270.37º degrees, saturation: 0.51, 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 #B087D8 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 135 216 -
CMYK 0.19 0.38 0 0.15
HSL 270.37º 0.51% 0.69% -
HSV(B) 270.37º 0.38% 0.85% -
XYZ 38.96 31.52 69 -
YUV 156.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 176 135 216 0.19 0.38 0 0.15 270.37 0.51 0.69
Hex B0 87 D8 13 26 0 F 10E 33 45
Octal 260 207 330 23 46 0 17 416 63 105
Binary 10110000 10000111 11011000 10011 100110 0 1111 100001110 110011 1000101

Color Harmonies of #B087D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087D8

Black with #B087D8

Text Example


Text Example

White with #B087D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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