Html Css Color HEX #BB419C Mulberry

📋 copy color: '#BB419C'

red 187 ◦ green 65 ◦ blue 156

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

Shades of Mulberry #BB419C

Tints of Mulberry #BB419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 45.83%
G = 15.93%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB419C (or 0xBB419C) is known color: Mulberry. HEX triplet: BB, 41 and 9C. RGB value is (187,65,156). Sum of RGB (Red+Green+Blue) = 187+65+156=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB419C is #44BE63. Grayscale: #6F6F6F. Windows color (decimal): -4505188 or 10240443. OLE color: 10240443.

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

Color convert

RGB 187 65 156 -
CMYK 0 0.65 0.17 0.27
HSL 315.25º 0.48% 0.49% -
HSV(B) 315.25º 0.65% 0.73% -
XYZ 28.38 16.75 33.19 -
YUV 111.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 187 65 156 0 0.65 0.17 0.27 315.25 0.48 0.49
Hex BB 41 9C 0 41 11 1B 13B 30 31
Octal 273 101 234 0 101 21 33 473 60 61
Binary 10111011 1000001 10011100 0 1000001 10001 11011 100111011 110000 110001

Color Harmonies of #BB419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB419C

Black with #BB419C

Text Example


Text Example

White with #BB419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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