Html Css Color HEX #B087D2 Biloba Flower

📋 copy color: '#B087D2'

red 176 ◦ green 135 ◦ blue 210

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

Shades of Biloba Flower #B087D2

Tints of Biloba Flower #B087D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 33.78%
G = 25.91%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B087D2 (or 0xB087D2) is known color: Biloba Flower. HEX triplet: B0, 87 and D2. RGB value is (176,135,210). Sum of RGB (Red+Green+Blue) = 176+135+210=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #B087D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D2 is #4F782D. Grayscale: #9B9B9B. Windows color (decimal): -5208110 or 13797296. OLE color: 13797296.

HSL color Cylindrical-coordinate representation of color #B087D2: hue angle of 272.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B087D2 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 135 210 -
CMYK 0.16 0.36 0 0.18
HSL 272.8º 0.45% 0.68% -
HSV(B) 272.8º 0.36% 0.82% -
XYZ 38.2 31.21 64.98 -
YUV 155.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 176 135 210 0.16 0.36 0 0.18 272.8 0.45 0.68
Hex B0 87 D2 10 24 0 12 111 2D 44
Octal 260 207 322 20 44 0 22 421 55 104
Binary 10110000 10000111 11010010 10000 100100 0 10010 100010001 101101 1000100

Color Harmonies of #B087D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087D2

Black with #B087D2

Text Example


Text Example

White with #B087D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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