Html Css Color HEX #BB4197 Mulberry

📋 copy color: '#BB4197'

red 187 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #BB4197

Tints of Mulberry #BB4197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.13%

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

R = 46.4%
G = 16.13%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB4197 (or 0xBB4197) is known color: Mulberry. HEX triplet: BB, 41 and 97. RGB value is (187,65,151). Sum of RGB (Red+Green+Blue) = 187+65+151=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4197 is #44BE68. Grayscale: #6F6F6F. Windows color (decimal): -4505193 or 9912763. OLE color: 9912763.

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

Color convert

RGB 187 65 151 -
CMYK 0 0.65 0.19 0.27
HSL 317.7º 0.48% 0.49% -
HSV(B) 317.7º 0.65% 0.73% -
XYZ 27.97 16.58 31 -
YUV 111.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 187 65 151 0 0.65 0.19 0.27 317.7 0.48 0.49
Hex BB 41 97 0 41 13 1B 13E 30 31
Octal 273 101 227 0 101 23 33 476 60 61
Binary 10111011 1000001 10010111 0 1000001 10011 11011 100111110 110000 110001

Color Harmonies of #BB4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4197

Black with #BB4197

Text Example


Text Example

White with #BB4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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