Html Css Color HEX #B081ED Biloba Flower

📋 copy color: '#B081ED'

red 176 ◦ green 129 ◦ blue 237

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

Shades of Biloba Flower #B081ED

Tints of Biloba Flower #B081ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 32.47%
G = 23.8%
B = 43.73%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B081ED (or 0xB081ED) is known color: Biloba Flower. HEX triplet: B0, 81 and ED. RGB value is (176,129,237). Sum of RGB (Red+Green+Blue) = 176+129+237=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #B081ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B081ED is #4F7E12. Grayscale: #9A9A9A. Windows color (decimal): -5209619 or 15565232. OLE color: 15565232.

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

Color convert

RGB 176 129 237 -
CMYK 0.26 0.46 0 0.07
HSL 266.11º 0.75% 0.72% -
HSV(B) 266.11º 0.46% 0.93% -
XYZ 41.04 31.05 83.95 -
YUV 155.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 176 129 237 0.26 0.46 0 0.07 266.11 0.75 0.72
Hex B0 81 ED 1A 2E 0 7 10A 4B 48
Octal 260 201 355 32 56 0 7 412 113 110
Binary 10110000 10000001 11101101 11010 101110 0 111 100001010 1001011 1001000

Color Harmonies of #B081ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081ED

Black with #B081ED

Text Example


Text Example

White with #B081ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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