Html Css Color HEX #BB41A3 Mulberry

📋 copy color: '#BB41A3'

red 187 ◦ green 65 ◦ blue 163

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

Shades of Mulberry #BB41A3

Tints of Mulberry #BB41A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.28%

R = 45.06%
G = 15.66%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB41A3 (or 0xBB41A3) is known color: Mulberry. HEX triplet: BB, 41 and A3. RGB value is (187,65,163). Sum of RGB (Red+Green+Blue) = 187+65+163=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41A3 is #44BE5C. Grayscale: #707070. Windows color (decimal): -4505181 or 10699195. OLE color: 10699195.

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

Color convert

RGB 187 65 163 -
CMYK 0 0.65 0.13 0.27
HSL 311.8º 0.48% 0.49% -
HSV(B) 311.8º 0.65% 0.73% -
XYZ 28.99 16.99 36.4 -
YUV 112.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 187 65 163 0 0.65 0.13 0.27 311.8 0.48 0.49
Hex BB 41 A3 0 41 D 1B 138 30 31
Octal 273 101 243 0 101 15 33 470 60 61
Binary 10111011 1000001 10100011 0 1000001 1101 11011 100111000 110000 110001

Color Harmonies of #BB41A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41A3

Black with #BB41A3

Text Example


Text Example

White with #BB41A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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