Html Css Color HEX #B081EC Biloba Flower

📋 copy color: '#B081EC'

red 176 ◦ green 129 ◦ blue 236

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

Shades of Biloba Flower #B081EC

Tints of Biloba Flower #B081EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.84%

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

R = 32.53%
G = 23.84%
B = 43.62%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B081EC (or 0xB081EC) is known color: Biloba Flower. HEX triplet: B0, 81 and EC. RGB value is (176,129,236). Sum of RGB (Red+Green+Blue) = 176+129+236=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B081EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B081EC is #4F7E13. Grayscale: #9A9A9A. Windows color (decimal): -5209620 or 15499696. OLE color: 15499696.

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

Color convert

RGB 176 129 236 -
CMYK 0.25 0.45 0 0.07
HSL 266.36º 0.74% 0.72% -
HSV(B) 266.36º 0.45% 0.93% -
XYZ 40.9 30.99 83.18 -
YUV 155.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 176 129 236 0.25 0.45 0 0.07 266.36 0.74 0.72
Hex B0 81 EC 19 2D 0 7 10A 4A 48
Octal 260 201 354 31 55 0 7 412 112 110
Binary 10110000 10000001 11101100 11001 101101 0 111 100001010 1001010 1001000

Color Harmonies of #B081EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081EC

Black with #B081EC

Text Example


Text Example

White with #B081EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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