Html Css Color HEX #B978BB London Hue

📋 copy color: '#B978BB'

red 185 ◦ green 120 ◦ blue 187

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

Shades of London Hue #B978BB

Tints of London Hue #B978BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 37.6%
G = 24.39%
B = 38.01%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B978BB (or 0xB978BB) is known color: London Hue. HEX triplet: B9, 78 and BB. RGB value is (185,120,187). Sum of RGB (Red+Green+Blue) = 185+120+187=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B978BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BB is #468744. Grayscale: #929292. Windows color (decimal): -4622149 or 12286137. OLE color: 12286137.

HSL color Cylindrical-coordinate representation of color #B978BB: hue angle of 298.21º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B978BB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 120 187 -
CMYK 0.01 0.36 0 0.27
HSL 298.21º 0.33% 0.6% -
HSV(B) 298.21º 0.36% 0.73% -
XYZ 35.69 27.34 50.41 -
YUV 147.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 185 120 187 0.01 0.36 0 0.27 298.21 0.33 0.6
Hex B9 78 BB 1 24 0 1B 12A 21 3C
Octal 271 170 273 1 44 0 33 452 41 74
Binary 10111001 1111000 10111011 1 100100 0 11011 100101010 100001 111100

Color Harmonies of #B978BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978BB

Black with #B978BB

Text Example


Text Example

White with #B978BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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