Html Css Color HEX #BB61A0 Mulberry

📋 copy color: '#BB61A0'

red 187 ◦ green 97 ◦ blue 160

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

Shades of Mulberry #BB61A0

Tints of Mulberry #BB61A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 42.12%
G = 21.85%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB61A0 (or 0xBB61A0) is known color: Mulberry. HEX triplet: BB, 61 and A0. RGB value is (187,97,160). Sum of RGB (Red+Green+Blue) = 187+97+160=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB61A0 is #449E5F. Grayscale: #828282. Windows color (decimal): -4496992 or 10510779. OLE color: 10510779.

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

Color convert

RGB 187 97 160 -
CMYK 0 0.48 0.14 0.27
HSL 318º 0.4% 0.56% -
HSV(B) 318º 0.48% 0.73% -
XYZ 31.11 21.65 35.8 -
YUV 131.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 187 97 160 0 0.48 0.14 0.27 318 0.4 0.56
Hex BB 61 A0 0 30 E 1B 13E 28 38
Octal 273 141 240 0 60 16 33 476 50 70
Binary 10111011 1100001 10100000 0 110000 1110 11011 100111110 101000 111000

Color Harmonies of #BB61A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61A0

Black with #BB61A0

Text Example


Text Example

White with #BB61A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61A0; }

 p { color: rgb(187,97,160); }

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

background-color css

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

 a { background-color: rgb(187,97,160); }

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

border-color css

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

 span { border-color: rgb(187,97,160); }

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