Html Css Color HEX #B978BC London Hue

📋 copy color: '#B978BC'

red 185 ◦ green 120 ◦ blue 188

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

Shades of London Hue #B978BC

Tints of London Hue #B978BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.34%

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 37.53%
G = 24.34%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B978BC (or 0xB978BC) is known color: London Hue. HEX triplet: B9, 78 and BC. RGB value is (185,120,188). Sum of RGB (Red+Green+Blue) = 185+120+188=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B978BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BC is #468743. Grayscale: #929292. Windows color (decimal): -4622148 or 12351673. OLE color: 12351673.

HSL color Cylindrical-coordinate representation of color #B978BC: hue angle of 297.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B978BC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 120 188 -
CMYK 0.02 0.36 0 0.26
HSL 297.35º 0.34% 0.6% -
HSV(B) 297.35º 0.36% 0.74% -
XYZ 35.8 27.38 50.97 -
YUV 147.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 185 120 188 0.02 0.36 0 0.26 297.35 0.34 0.6
Hex B9 78 BC 2 24 0 1A 129 22 3C
Octal 271 170 274 2 44 0 32 451 42 74
Binary 10111001 1111000 10111100 10 100100 0 11010 100101001 100010 111100

Color Harmonies of #B978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978BC

Black with #B978BC

Text Example


Text Example

White with #B978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978BC; }

 p { color: rgb(185,120,188); }

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

background-color css

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

 a { background-color: rgb(185,120,188); }

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

border-color css

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

 span { border-color: rgb(185,120,188); }

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