Html Css Color HEX #BB6197 Mulberry

📋 copy color: '#BB6197'

red 187 ◦ green 97 ◦ blue 151

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

Shades of Mulberry #BB6197

Tints of Mulberry #BB6197

RGB

 RED value IS 187 (73.44% from 255) = 42.99%

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 42.99%
G = 22.3%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6197 (or 0xBB6197) is known color: Mulberry. HEX triplet: BB, 61 and 97. RGB value is (187,97,151). Sum of RGB (Red+Green+Blue) = 187+97+151=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6197 is #449E68. Grayscale: #818181. Windows color (decimal): -4497001 or 9920955. OLE color: 9920955.

HSL color Cylindrical-coordinate representation of color #BB6197: hue angle of 324º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6197 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 97 151 -
CMYK 0 0.48 0.19 0.27
HSL 324º 0.4% 0.56% -
HSV(B) 324º 0.48% 0.73% -
XYZ 30.35 21.35 31.8 -
YUV 130.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 187 97 151 0 0.48 0.19 0.27 324 0.4 0.56
Hex BB 61 97 0 30 13 1B 144 28 38
Octal 273 141 227 0 60 23 33 504 50 70
Binary 10111011 1100001 10010111 0 110000 10011 11011 101000100 101000 111000

Color Harmonies of #BB6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6197

Black with #BB6197

Text Example


Text Example

White with #BB6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6197; }

 p { color: rgb(187,97,151); }

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

background-color css

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

 a { background-color: rgb(187,97,151); }

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

border-color css

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

 span { border-color: rgb(187,97,151); }

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