Html Css Color HEX #BB5DA2 Mulberry

📋 copy color: '#BB5DA2'

red 187 ◦ green 93 ◦ blue 162

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

Shades of Mulberry #BB5DA2

Tints of Mulberry #BB5DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.04%

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 42.31%
G = 21.04%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB5DA2 (or 0xBB5DA2) is known color: Mulberry. HEX triplet: BB, 5D and A2. RGB value is (187,93,162). Sum of RGB (Red+Green+Blue) = 187+93+162=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA2 is #44A25D. Grayscale: #808080. Windows color (decimal): -4498014 or 10640827. OLE color: 10640827.

HSL color Cylindrical-coordinate representation of color #BB5DA2: hue angle of 315.96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DA2 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 162 -
CMYK 0 0.50 0.13 0.27
HSL 315.96º 0.41% 0.55% -
HSV(B) 315.96º 0.5% 0.73% -
XYZ 30.93 21 36.61 -
YUV 128.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 187 93 162 0 0.50 0.13 0.27 315.96 0.41 0.55
Hex BB 5D A2 0 32 D 1B 13C 29 37
Octal 273 135 242 0 62 15 33 474 51 67
Binary 10111011 1011101 10100010 0 110010 1101 11011 100111100 101001 110111

Color Harmonies of #BB5DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DA2

Black with #BB5DA2

Text Example


Text Example

White with #BB5DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DA2; }

 p { color: rgb(187,93,162); }

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

background-color css

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

 a { background-color: rgb(187,93,162); }

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

border-color css

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

 span { border-color: rgb(187,93,162); }

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