Html Css Color HEX #BB42A4 Mulberry

📋 copy color: '#BB42A4'

red 187 ◦ green 66 ◦ blue 164

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

Shades of Mulberry #BB42A4

Tints of Mulberry #BB42A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 44.84%
G = 15.83%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB42A4 (or 0xBB42A4) is known color: Mulberry. HEX triplet: BB, 42 and A4. RGB value is (187,66,164). Sum of RGB (Red+Green+Blue) = 187+66+164=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB42A4 is #44BD5B. Grayscale: #717171. Windows color (decimal): -4504924 or 10764987. OLE color: 10764987.

HSL color Cylindrical-coordinate representation of color #BB42A4: hue angle of 311.4º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42A4 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 164 -
CMYK 0 0.65 0.12 0.27
HSL 311.41º 0.48% 0.5% -
HSV(B) 311.41º 0.65% 0.73% -
XYZ 29.14 17.14 36.89 -
YUV 113.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 187 66 164 0 0.65 0.12 0.27 311.41 0.48 0.5
Hex BB 42 A4 0 41 C 1B 137 30 32
Octal 273 102 244 0 101 14 33 467 60 62
Binary 10111011 1000010 10100100 0 1000001 1100 11011 100110111 110000 110010

Color Harmonies of #BB42A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42A4

Black with #BB42A4

Text Example


Text Example

White with #BB42A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42A4; }

 p { color: rgb(187,66,164); }

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

background-color css

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

 a { background-color: rgb(187,66,164); }

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

border-color css

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

 span { border-color: rgb(187,66,164); }

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