Html Css Color HEX #BB4692 Mulberry

📋 copy color: '#BB4692'

red 187 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #BB4692

Tints of Mulberry #BB4692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 46.4%
G = 17.37%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB4692 (or 0xBB4692) is known color: Mulberry. HEX triplet: BB, 46 and 92. RGB value is (187,70,146). Sum of RGB (Red+Green+Blue) = 187+70+146=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4692 is #44B96D. Grayscale: #717171. Windows color (decimal): -4503918 or 9586363. OLE color: 9586363.

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

Color convert

RGB 187 70 146 -
CMYK 0 0.63 0.22 0.27
HSL 321.03º 0.46% 0.5% -
HSV(B) 321.03º 0.63% 0.73% -
XYZ 27.87 17.02 29.01 -
YUV 113.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 187 70 146 0 0.63 0.22 0.27 321.03 0.46 0.5
Hex BB 46 92 0 3F 16 1B 141 2E 32
Octal 273 106 222 0 77 26 33 501 56 62
Binary 10111011 1000110 10010010 0 111111 10110 11011 101000001 101110 110010

Color Harmonies of #BB4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4692

Black with #BB4692

Text Example


Text Example

White with #BB4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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