Html Css Color HEX #BB429E Mulberry

📋 copy color: '#BB429E'

red 187 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #BB429E

Tints of Mulberry #BB429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 45.5%
G = 16.06%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB429E (or 0xBB429E) is known color: Mulberry. HEX triplet: BB, 42 and 9E. RGB value is (187,66,158). Sum of RGB (Red+Green+Blue) = 187+66+158=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB429E is #44BD61. Grayscale: #707070. Windows color (decimal): -4504930 or 10371771. OLE color: 10371771.

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

Color convert

RGB 187 66 158 -
CMYK 0 0.65 0.16 0.27
HSL 314.38º 0.48% 0.5% -
HSV(B) 314.38º 0.65% 0.73% -
XYZ 28.61 16.93 34.11 -
YUV 112.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 187 66 158 0 0.65 0.16 0.27 314.38 0.48 0.5
Hex BB 42 9E 0 41 10 1B 13A 30 32
Octal 273 102 236 0 101 20 33 472 60 62
Binary 10111011 1000010 10011110 0 1000001 10000 11011 100111010 110000 110010

Color Harmonies of #BB429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB429E

Black with #BB429E

Text Example


Text Example

White with #BB429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB429E; }

 p { color: rgb(187,66,158); }

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

background-color css

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

 a { background-color: rgb(187,66,158); }

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

border-color css

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

 span { border-color: rgb(187,66,158); }

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