Html Css Color HEX #BB4F92 Mulberry

📋 copy color: '#BB4F92'

red 187 ◦ green 79 ◦ blue 146

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

Shades of Mulberry #BB4F92

Tints of Mulberry #BB4F92

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 45.39%
G = 19.17%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB4F92 (or 0xBB4F92) is known color: Mulberry. HEX triplet: BB, 4F and 92. RGB value is (187,79,146). Sum of RGB (Red+Green+Blue) = 187+79+146=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F92 is #44B06D. Grayscale: #767676. Windows color (decimal): -4501614 or 9588667. OLE color: 9588667.

HSL color Cylindrical-coordinate representation of color #BB4F92: hue angle of 322.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F92 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 146 -
CMYK 0 0.58 0.22 0.27
HSL 322.78º 0.44% 0.52% -
HSV(B) 322.78º 0.58% 0.73% -
XYZ 28.48 18.23 29.21 -
YUV 118.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 187 79 146 0 0.58 0.22 0.27 322.78 0.44 0.52
Hex BB 4F 92 0 3A 16 1B 143 2C 34
Octal 273 117 222 0 72 26 33 503 54 64
Binary 10111011 1001111 10010010 0 111010 10110 11011 101000011 101100 110100

Color Harmonies of #BB4F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F92

Black with #BB4F92

Text Example


Text Example

White with #BB4F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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