Html Css Color HEX #BB40A5 Mulberry

📋 copy color: '#BB40A5'

red 187 ◦ green 64 ◦ blue 165

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

Shades of Mulberry #BB40A5

Tints of Mulberry #BB40A5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 44.95%
G = 15.38%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB40A5 (or 0xBB40A5) is known color: Mulberry. HEX triplet: BB, 40 and A5. RGB value is (187,64,165). Sum of RGB (Red+Green+Blue) = 187+64+165=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40A5 is #44BF5A. Grayscale: #707070. Windows color (decimal): -4505435 or 10830011. OLE color: 10830011.

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

Color convert

RGB 187 64 165 -
CMYK 0 0.66 0.12 0.27
HSL 310.73º 0.49% 0.49% -
HSV(B) 310.73º 0.66% 0.73% -
XYZ 29.12 16.95 37.33 -
YUV 112.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 187 64 165 0 0.66 0.12 0.27 310.73 0.49 0.49
Hex BB 40 A5 0 42 C 1B 137 31 31
Octal 273 100 245 0 102 14 33 467 61 61
Binary 10111011 1000000 10100101 0 1000010 1100 11011 100110111 110001 110001

Color Harmonies of #BB40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40A5

Black with #BB40A5

Text Example


Text Example

White with #BB40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40A5; }

 p { color: rgb(187,64,165); }

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

background-color css

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

 a { background-color: rgb(187,64,165); }

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

border-color css

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

 span { border-color: rgb(187,64,165); }

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