Html Css Color HEX #BB51A4 Mulberry

📋 copy color: '#BB51A4'

red 187 ◦ green 81 ◦ blue 164

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

Shades of Mulberry #BB51A4

Tints of Mulberry #BB51A4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

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

R = 43.29%
G = 18.75%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB51A4 (or 0xBB51A4) is known color: Mulberry. HEX triplet: BB, 51 and A4. RGB value is (187,81,164). Sum of RGB (Red+Green+Blue) = 187+81+164=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51A4 is #44AE5B. Grayscale: #797979. Windows color (decimal): -4501084 or 10768827. OLE color: 10768827.

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

Color convert

RGB 187 81 164 -
CMYK 0 0.57 0.12 0.27
HSL 313.02º 0.44% 0.53% -
HSV(B) 313.02º 0.57% 0.73% -
XYZ 30.14 19.13 37.23 -
YUV 122.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 187 81 164 0 0.57 0.12 0.27 313.02 0.44 0.53
Hex BB 51 A4 0 39 C 1B 139 2C 35
Octal 273 121 244 0 71 14 33 471 54 65
Binary 10111011 1010001 10100100 0 111001 1100 11011 100111001 101100 110101

Color Harmonies of #BB51A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51A4

Black with #BB51A4

Text Example


Text Example

White with #BB51A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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