Html Css Color HEX #B087EF Biloba Flower

📋 copy color: '#B087EF'

red 176 ◦ green 135 ◦ blue 239

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

Shades of Biloba Flower #B087EF

Tints of Biloba Flower #B087EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 32%
G = 24.55%
B = 43.45%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B087EF (or 0xB087EF) is known color: Biloba Flower. HEX triplet: B0, 87 and EF. RGB value is (176,135,239). Sum of RGB (Red+Green+Blue) = 176+135+239=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #B087EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087EF is #4F7810. Grayscale: #9E9E9E. Windows color (decimal): -5208081 or 15697840. OLE color: 15697840.

HSL color Cylindrical-coordinate representation of color #B087EF: hue angle of 263.65º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B087EF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 135 239 -
CMYK 0.26 0.44 0 0.06
HSL 263.65º 0.76% 0.73% -
HSV(B) 263.65º 0.44% 0.94% -
XYZ 42.15 32.79 85.77 -
YUV 159.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 176 135 239 0.26 0.44 0 0.06 263.65 0.76 0.73
Hex B0 87 EF 1A 2C 0 6 108 4C 49
Octal 260 207 357 32 54 0 6 410 114 111
Binary 10110000 10000111 11101111 11010 101100 0 110 100001000 1001100 1001001

Color Harmonies of #B087EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087EF

Black with #B087EF

Text Example


Text Example

White with #B087EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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