Html Css Color HEX #BC429A Mulberry

📋 copy color: '#BC429A'

red 188 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #BC429A

Tints of Mulberry #BC429A

RGB

 RED value IS 188 (73.83% from 255) = 46.08%

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 46.08%
G = 16.18%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC429A (or 0xBC429A) is known color: Mulberry. HEX triplet: BC, 42 and 9A. RGB value is (188,66,154). Sum of RGB (Red+Green+Blue) = 188+66+154=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC429A is #43BD65. Grayscale: #707070. Windows color (decimal): -4439398 or 10109628. OLE color: 10109628.

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

Color convert

RGB 188 66 154 -
CMYK 0 0.65 0.18 0.26
HSL 316.72º 0.48% 0.5% -
HSV(B) 316.72º 0.65% 0.74% -
XYZ 28.52 16.92 32.33 -
YUV 112.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 188 66 154 0 0.65 0.18 0.26 316.72 0.48 0.5
Hex BC 42 9A 0 41 12 1A 13D 30 32
Octal 274 102 232 0 101 22 32 475 60 62
Binary 10111100 1000010 10011010 0 1000001 10010 11010 100111101 110000 110010

Color Harmonies of #BC429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC429A

Black with #BC429A

Text Example


Text Example

White with #BC429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC429A; }

 p { color: rgb(188,66,154); }

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

background-color css

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

 a { background-color: rgb(188,66,154); }

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

border-color css

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

 span { border-color: rgb(188,66,154); }

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