Html Css Color HEX #BB419F Mulberry

📋 copy color: '#BB419F'

red 187 ◦ green 65 ◦ blue 159

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

Shades of Mulberry #BB419F

Tints of Mulberry #BB419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 45.5%
G = 15.82%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB419F (or 0xBB419F) is known color: Mulberry. HEX triplet: BB, 41 and 9F. RGB value is (187,65,159). Sum of RGB (Red+Green+Blue) = 187+65+159=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB419F is #44BE60. Grayscale: #6F6F6F. Windows color (decimal): -4505185 or 10437051. OLE color: 10437051.

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

Color convert

RGB 187 65 159 -
CMYK 0 0.65 0.15 0.27
HSL 313.77º 0.48% 0.49% -
HSV(B) 313.77º 0.65% 0.73% -
XYZ 28.64 16.85 34.54 -
YUV 112.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 187 65 159 0 0.65 0.15 0.27 313.77 0.48 0.49
Hex BB 41 9F 0 41 F 1B 13A 30 31
Octal 273 101 237 0 101 17 33 472 60 61
Binary 10111011 1000001 10011111 0 1000001 1111 11011 100111010 110000 110001

Color Harmonies of #BB419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB419F

Black with #BB419F

Text Example


Text Example

White with #BB419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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