Html Css Color HEX #B972B0 London Hue

📋 copy color: '#B972B0'

red 185 ◦ green 114 ◦ blue 176

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

Shades of London Hue #B972B0

Tints of London Hue #B972B0

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

 GREEN value IS 114 (44.92% from 255) = 24%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 38.95%
G = 24%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B972B0 (or 0xB972B0) is known color: London Hue. HEX triplet: B9, 72 and B0. RGB value is (185,114,176). Sum of RGB (Red+Green+Blue) = 185+114+176=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B972B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972B0 is #468D4F. Grayscale: #8E8E8E. Windows color (decimal): -4623696 or 11563705. OLE color: 11563705.

HSL color Cylindrical-coordinate representation of color #B972B0: hue angle of 307.61º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972B0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 176 -
CMYK 0 0.38 0.05 0.27
HSL 307.61º 0.34% 0.59% -
HSV(B) 307.61º 0.38% 0.73% -
XYZ 33.86 25.48 44.21 -
YUV 142.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 185 114 176 0 0.38 0.05 0.27 307.61 0.34 0.59
Hex B9 72 B0 0 26 5 1B 134 22 3B
Octal 271 162 260 0 46 5 33 464 42 73
Binary 10111001 1110010 10110000 0 100110 101 11011 100110100 100010 111011

Color Harmonies of #B972B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972B0

Black with #B972B0

Text Example


Text Example

White with #B972B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972B0; }

 p { color: rgb(185,114,176); }

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

background-color css

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

 a { background-color: rgb(185,114,176); }

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

border-color css

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

 span { border-color: rgb(185,114,176); }

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