Html Css Color HEX #B087EC Biloba Flower

📋 copy color: '#B087EC'

red 176 ◦ green 135 ◦ blue 236

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

Shades of Biloba Flower #B087EC

Tints of Biloba Flower #B087EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 32.18%
G = 24.68%
B = 43.14%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B087EC (or 0xB087EC) is known color: Biloba Flower. HEX triplet: B0, 87 and EC. RGB value is (176,135,236). Sum of RGB (Red+Green+Blue) = 176+135+236=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B087EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087EC is #4F7813. Grayscale: #9E9E9E. Windows color (decimal): -5208084 or 15501232. OLE color: 15501232.

HSL color Cylindrical-coordinate representation of color #B087EC: hue angle of 264.36º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B087EC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 135 236 -
CMYK 0.25 0.43 0 0.07
HSL 264.36º 0.73% 0.73% -
HSV(B) 264.36º 0.43% 0.93% -
XYZ 41.71 32.61 83.45 -
YUV 158.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 176 135 236 0.25 0.43 0 0.07 264.36 0.73 0.73
Hex B0 87 EC 19 2B 0 7 108 49 49
Octal 260 207 354 31 53 0 7 410 111 111
Binary 10110000 10000111 11101100 11001 101011 0 111 100001000 1001001 1001001

Color Harmonies of #B087EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087EC

Black with #B087EC

Text Example


Text Example

White with #B087EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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