Html Css Color HEX #BB5A8A Mulberry

📋 copy color: '#BB5A8A'

red 187 ◦ green 90 ◦ blue 138

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

Shades of Mulberry #BB5A8A

Tints of Mulberry #BB5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 45.06%
G = 21.69%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB5A8A (or 0xBB5A8A) is known color: Mulberry. HEX triplet: BB, 5A and 8A. RGB value is (187,90,138). Sum of RGB (Red+Green+Blue) = 187+90+138=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A8A is #44A575. Grayscale: #7C7C7C. Windows color (decimal): -4498806 or 9067195. OLE color: 9067195.

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

Color convert

RGB 187 90 138 -
CMYK 0 0.52 0.26 0.27
HSL 330.31º 0.42% 0.54% -
HSV(B) 330.31º 0.52% 0.73% -
XYZ 28.74 19.71 26.33 -
YUV 124.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 187 90 138 0 0.52 0.26 0.27 330.31 0.42 0.54
Hex BB 5A 8A 0 34 1A 1B 14A 2A 36
Octal 273 132 212 0 64 32 33 512 52 66
Binary 10111011 1011010 10001010 0 110100 11010 11011 101001010 101010 110110

Color Harmonies of #BB5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A8A

Black with #BB5A8A

Text Example


Text Example

White with #BB5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A8A; }

 p { color: rgb(187,90,138); }

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

background-color css

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

 a { background-color: rgb(187,90,138); }

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

border-color css

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

 span { border-color: rgb(187,90,138); }

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