Html Css Color HEX #B087D3 Biloba Flower

📋 copy color: '#B087D3'

red 176 ◦ green 135 ◦ blue 211

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

Shades of Biloba Flower #B087D3

Tints of Biloba Flower #B087D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.42%

R = 33.72%
G = 25.86%
B = 40.42%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B087D3 (or 0xB087D3) is known color: Biloba Flower. HEX triplet: B0, 87 and D3. RGB value is (176,135,211). Sum of RGB (Red+Green+Blue) = 176+135+211=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #B087D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D3 is #4F782C. Grayscale: #9B9B9B. Windows color (decimal): -5208109 or 13862832. OLE color: 13862832.

HSL color Cylindrical-coordinate representation of color #B087D3: hue angle of 272.37º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B087D3 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 135 211 -
CMYK 0.17 0.36 0 0.17
HSL 272.37º 0.46% 0.68% -
HSV(B) 272.37º 0.36% 0.83% -
XYZ 38.33 31.26 65.64 -
YUV 155.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 176 135 211 0.17 0.36 0 0.17 272.37 0.46 0.68
Hex B0 87 D3 11 24 0 11 110 2E 44
Octal 260 207 323 21 44 0 21 420 56 104
Binary 10110000 10000111 11010011 10001 100100 0 10001 100010000 101110 1000100

Color Harmonies of #B087D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087D3

Black with #B087D3

Text Example


Text Example

White with #B087D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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