Html Css Color HEX #B087E5 Biloba Flower

📋 copy color: '#B087E5'

red 176 ◦ green 135 ◦ blue 229

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

Shades of Biloba Flower #B087E5

Tints of Biloba Flower #B087E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 32.59%
G = 25%
B = 42.41%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B087E5 (or 0xB087E5) is known color: Biloba Flower. HEX triplet: B0, 87 and E5. RGB value is (176,135,229). Sum of RGB (Red+Green+Blue) = 176+135+229=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #B087E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087E5 is #4F781A. Grayscale: #9D9D9D. Windows color (decimal): -5208091 or 15042480. OLE color: 15042480.

HSL color Cylindrical-coordinate representation of color #B087E5: hue angle of 266.17º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B087E5 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 135 229 -
CMYK 0.23 0.41 0 0.10
HSL 266.17º 0.64% 0.71% -
HSV(B) 266.17º 0.41% 0.9% -
XYZ 40.71 32.22 78.2 -
YUV 157.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 176 135 229 0.23 0.41 0 0.10 266.17 0.64 0.71
Hex B0 87 E5 17 29 0 A 10A 40 47
Octal 260 207 345 27 51 0 12 412 100 107
Binary 10110000 10000111 11100101 10111 101001 0 1010 100001010 1000000 1000111

Color Harmonies of #B087E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087E5

Black with #B087E5

Text Example


Text Example

White with #B087E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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