Html Css Color HEX #B081DD Biloba Flower

📋 copy color: '#B081DD'

red 176 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B081DD

Tints of Biloba Flower #B081DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 33.46%
G = 24.52%
B = 42.02%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B081DD (or 0xB081DD) is known color: Biloba Flower. HEX triplet: B0, 81 and DD. RGB value is (176,129,221). Sum of RGB (Red+Green+Blue) = 176+129+221=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B081DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081DD is #4F7E22. Grayscale: #999999. Windows color (decimal): -5209635 or 14516656. OLE color: 14516656.

HSL color Cylindrical-coordinate representation of color #B081DD: hue angle of 270.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B081DD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 129 221 -
CMYK 0.20 0.42 0 0.13
HSL 270.65º 0.58% 0.69% -
HSV(B) 270.65º 0.42% 0.87% -
XYZ 38.81 30.15 72.18 -
YUV 153.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 176 129 221 0.20 0.42 0 0.13 270.65 0.58 0.69
Hex B0 81 DD 14 2A 0 D 10F 3A 45
Octal 260 201 335 24 52 0 15 417 72 105
Binary 10110000 10000001 11011101 10100 101010 0 1101 100001111 111010 1000101

Color Harmonies of #B081DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081DD

Black with #B081DD

Text Example


Text Example

White with #B081DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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