Html Css Color HEX #BB409D Mulberry

📋 copy color: '#BB409D'

red 187 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #BB409D

Tints of Mulberry #BB409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 45.83%
G = 15.69%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB409D (or 0xBB409D) is known color: Mulberry. HEX triplet: BB, 40 and 9D. RGB value is (187,64,157). Sum of RGB (Red+Green+Blue) = 187+64+157=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB409D is #44BF62. Grayscale: #6F6F6F. Windows color (decimal): -4505443 or 10305723. OLE color: 10305723.

HSL color Cylindrical-coordinate representation of color #BB409D: hue angle of 314.63º 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 #BB409D is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 157 -
CMYK 0 0.66 0.16 0.27
HSL 314.63º 0.49% 0.49% -
HSV(B) 314.63º 0.66% 0.73% -
XYZ 28.41 16.67 33.62 -
YUV 111.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 187 64 157 0 0.66 0.16 0.27 314.63 0.49 0.49
Hex BB 40 9D 0 42 10 1B 13B 31 31
Octal 273 100 235 0 102 20 33 473 61 61
Binary 10111011 1000000 10011101 0 1000010 10000 11011 100111011 110001 110001

Color Harmonies of #BB409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB409D

Black with #BB409D

Text Example


Text Example

White with #BB409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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