Html Css Color HEX #BB4690 Mulberry

📋 copy color: '#BB4690'

red 187 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #BB4690

Tints of Mulberry #BB4690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 46.63%
G = 17.46%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB4690 (or 0xBB4690) is known color: Mulberry. HEX triplet: BB, 46 and 90. RGB value is (187,70,144). Sum of RGB (Red+Green+Blue) = 187+70+144=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4690 is #44B96F. Grayscale: #717171. Windows color (decimal): -4503920 or 9455291. OLE color: 9455291.

HSL color Cylindrical-coordinate representation of color #BB4690: hue angle of 322.05º 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 #BB4690 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 144 -
CMYK 0 0.63 0.23 0.27
HSL 322.05º 0.46% 0.5% -
HSV(B) 322.05º 0.63% 0.73% -
XYZ 27.72 16.96 28.2 -
YUV 113.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 187 70 144 0 0.63 0.23 0.27 322.05 0.46 0.5
Hex BB 46 90 0 3F 17 1B 142 2E 32
Octal 273 106 220 0 77 27 33 502 56 62
Binary 10111011 1000110 10010000 0 111111 10111 11011 101000010 101110 110010

Color Harmonies of #BB4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4690

Black with #BB4690

Text Example


Text Example

White with #BB4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4690; }

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

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

background-color css

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

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

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

border-color css

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

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

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