Html Css Color HEX #B978AF London Hue

📋 copy color: '#B978AF'

red 185 ◦ green 120 ◦ blue 175

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

Shades of London Hue #B978AF

Tints of London Hue #B978AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 38.54%
G = 25%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B978AF (or 0xB978AF) is known color: London Hue. HEX triplet: B9, 78 and AF. RGB value is (185,120,175). Sum of RGB (Red+Green+Blue) = 185+120+175=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AF is #468750. Grayscale: #919191. Windows color (decimal): -4622161 or 11499705. OLE color: 11499705.

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

Color convert

RGB 185 120 175 -
CMYK 0 0.35 0.05 0.27
HSL 309.23º 0.32% 0.6% -
HSV(B) 309.23º 0.35% 0.73% -
XYZ 34.46 26.84 43.92 -
YUV 145.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 185 120 175 0 0.35 0.05 0.27 309.23 0.32 0.6
Hex B9 78 AF 0 23 5 1B 135 20 3C
Octal 271 170 257 0 43 5 33 465 40 74
Binary 10111001 1111000 10101111 0 100011 101 11011 100110101 100000 111100

Color Harmonies of #B978AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978AF

Black with #B978AF

Text Example


Text Example

White with #B978AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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