Html Css Color HEX #B97CB2 London Hue

📋 copy color: '#B97CB2'

red 185 ◦ green 124 ◦ blue 178

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

Shades of London Hue #B97CB2

Tints of London Hue #B97CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 37.99%
G = 25.46%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B97CB2 (or 0xB97CB2) is known color: London Hue. HEX triplet: B9, 7C and B2. RGB value is (185,124,178). Sum of RGB (Red+Green+Blue) = 185+124+178=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CB2 is #46834D. Grayscale: #949494. Windows color (decimal): -4621134 or 11697337. OLE color: 11697337.

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

Color convert

RGB 185 124 178 -
CMYK 0 0.33 0.04 0.27
HSL 306.89º 0.3% 0.61% -
HSV(B) 306.89º 0.33% 0.73% -
XYZ 35.25 27.94 45.66 -
YUV 148.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 185 124 178 0 0.33 0.04 0.27 306.89 0.3 0.61
Hex B9 7C B2 0 21 4 1B 133 1E 3D
Octal 271 174 262 0 41 4 33 463 36 75
Binary 10111001 1111100 10110010 0 100001 100 11011 100110011 11110 111101

Color Harmonies of #B97CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CB2

Black with #B97CB2

Text Example


Text Example

White with #B97CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CB2; }

 p { color: rgb(185,124,178); }

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

background-color css

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

 a { background-color: rgb(185,124,178); }

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

border-color css

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

 span { border-color: rgb(185,124,178); }

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