Html Css Color HEX #BB4696 Mulberry

📋 copy color: '#BB4696'

red 187 ◦ green 70 ◦ blue 150

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

Shades of Mulberry #BB4696

Tints of Mulberry #BB4696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.2%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 45.95%
G = 17.2%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB4696 (or 0xBB4696) is known color: Mulberry. HEX triplet: BB, 46 and 96. RGB value is (187,70,150). Sum of RGB (Red+Green+Blue) = 187+70+150=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4696 is #44B969. Grayscale: #717171. Windows color (decimal): -4503914 or 9848507. OLE color: 9848507.

HSL color Cylindrical-coordinate representation of color #BB4696: hue angle of 318.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4696 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 150 -
CMYK 0 0.63 0.20 0.27
HSL 318.97º 0.46% 0.5% -
HSV(B) 318.97º 0.63% 0.73% -
XYZ 28.19 17.15 30.68 -
YUV 114.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 187 70 150 0 0.63 0.20 0.27 318.97 0.46 0.5
Hex BB 46 96 0 3F 14 1B 13F 2E 32
Octal 273 106 226 0 77 24 33 477 56 62
Binary 10111011 1000110 10010110 0 111111 10100 11011 100111111 101110 110010

Color Harmonies of #BB4696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4696

Black with #BB4696

Text Example


Text Example

White with #BB4696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4696; }

 p { color: rgb(187,70,150); }

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

background-color css

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

 a { background-color: rgb(187,70,150); }

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

border-color css

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

 span { border-color: rgb(187,70,150); }

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