Html Css Color HEX #BB50A3 Mulberry

📋 copy color: '#BB50A3'

red 187 ◦ green 80 ◦ blue 163

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

Shades of Mulberry #BB50A3

Tints of Mulberry #BB50A3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 43.49%
G = 18.6%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB50A3 (or 0xBB50A3) is known color: Mulberry. HEX triplet: BB, 50 and A3. RGB value is (187,80,163). Sum of RGB (Red+Green+Blue) = 187+80+163=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50A3 is #44AF5C. Grayscale: #797979. Windows color (decimal): -4501341 or 10703035. OLE color: 10703035.

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

Color convert

RGB 187 80 163 -
CMYK 0 0.57 0.13 0.27
HSL 313.46º 0.44% 0.52% -
HSV(B) 313.46º 0.57% 0.73% -
XYZ 29.97 18.95 36.73 -
YUV 121.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 187 80 163 0 0.57 0.13 0.27 313.46 0.44 0.52
Hex BB 50 A3 0 39 D 1B 139 2C 34
Octal 273 120 243 0 71 15 33 471 54 64
Binary 10111011 1010000 10100011 0 111001 1101 11011 100111001 101100 110100

Color Harmonies of #BB50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50A3

Black with #BB50A3

Text Example


Text Example

White with #BB50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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