Html Css Color HEX #BB419D Mulberry

📋 copy color: '#BB419D'

red 187 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #BB419D

Tints of Mulberry #BB419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 45.72%
G = 15.89%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB419D (or 0xBB419D) is known color: Mulberry. HEX triplet: BB, 41 and 9D. RGB value is (187,65,157). Sum of RGB (Red+Green+Blue) = 187+65+157=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB419D is #44BE62. Grayscale: #6F6F6F. Windows color (decimal): -4505187 or 10305979. OLE color: 10305979.

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

Color convert

RGB 187 65 157 -
CMYK 0 0.65 0.16 0.27
HSL 314.75º 0.48% 0.49% -
HSV(B) 314.75º 0.65% 0.73% -
XYZ 28.47 16.78 33.64 -
YUV 111.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 187 65 157 0 0.65 0.16 0.27 314.75 0.48 0.49
Hex BB 41 9D 0 41 10 1B 13B 30 31
Octal 273 101 235 0 101 20 33 473 60 61
Binary 10111011 1000001 10011101 0 1000001 10000 11011 100111011 110000 110001

Color Harmonies of #BB419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB419D

Black with #BB419D

Text Example


Text Example

White with #BB419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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