Html Css Color HEX #B081B4 London Hue

📋 copy color: '#B081B4'

red 176 ◦ green 129 ◦ blue 180

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

Shades of London Hue #B081B4

Tints of London Hue #B081B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 36.29%
G = 26.6%
B = 37.11%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B081B4 (or 0xB081B4) is known color: London Hue. HEX triplet: B0, 81 and B4. RGB value is (176,129,180). Sum of RGB (Red+Green+Blue) = 176+129+180=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #B081B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081B4 is #4F7E4B. Grayscale: #949494. Windows color (decimal): -5209676 or 11829680. OLE color: 11829680.

HSL color Cylindrical-coordinate representation of color #B081B4: hue angle of 295.29º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B081B4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 129 180 -
CMYK 0.02 0.28 0 0.29
HSL 295.29º 0.25% 0.61% -
HSV(B) 295.29º 0.28% 0.71% -
XYZ 33.99 28.23 46.84 -
YUV 148.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 176 129 180 0.02 0.28 0 0.29 295.29 0.25 0.61
Hex B0 81 B4 2 1C 0 1D 127 19 3D
Octal 260 201 264 2 34 0 35 447 31 75
Binary 10110000 10000001 10110100 10 11100 0 11101 100100111 11001 111101

Color Harmonies of #B081B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081B4

Black with #B081B4

Text Example


Text Example

White with #B081B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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