Html Css Color HEX #B087FF Biloba Flower

📋 copy color: '#B087FF'

red 176 ◦ green 135 ◦ blue 255

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

Shades of Biloba Flower #B087FF

Tints of Biloba Flower #B087FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 31.1%
G = 23.85%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B087FF (or 0xB087FF) is known color: Biloba Flower. HEX triplet: B0, 87 and FF. RGB value is (176,135,255). Sum of RGB (Red+Green+Blue) = 176+135+255=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B087FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087FF is #4F7800. Grayscale: #A0A0A0. Windows color (decimal): -5208065 or 16746416. OLE color: 16746416.

HSL color Cylindrical-coordinate representation of color #B087FF: hue angle of 260.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B087FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 135 255 -
CMYK 0.31 0.47 0 0
HSL 260.5º 1% 0.76% -
HSV(B) 260.5º 0.47% 1% -
XYZ 44.62 33.78 98.78 -
YUV 160.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 176 135 255 0.31 0.47 0 0 260.5 1 0.76
Hex B0 87 FF 1F 2F 0 0 104 64 4C
Octal 260 207 377 37 57 0 0 404 144 114
Binary 10110000 10000111 11111111 11111 101111 0 0 100000100 1100100 1001100

Color Harmonies of #B087FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087FF

Black with #B087FF

Text Example


Text Example

White with #B087FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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