Html Css Color HEX #BC429B Mulberry

📋 copy color: '#BC429B'

red 188 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #BC429B

Tints of Mulberry #BC429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 45.97%
G = 16.14%
B = 37.9%

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

#BC429B (or 0xBC429B) is known color: Mulberry. HEX triplet: BC, 42 and 9B. RGB value is (188,66,155). Sum of RGB (Red+Green+Blue) = 188+66+155=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC429B is #43BD64. Grayscale: #707070. Windows color (decimal): -4439397 or 10175164. OLE color: 10175164.

HSL color Cylindrical-coordinate representation of color #BC429B: hue angle of 316.23º 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 #BC429B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 155 -
CMYK 0 0.65 0.18 0.26
HSL 316.23º 0.48% 0.5% -
HSV(B) 316.23º 0.65% 0.74% -
XYZ 28.6 16.95 32.78 -
YUV 112.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 188 66 155 0 0.65 0.18 0.26 316.23 0.48 0.5
Hex BC 42 9B 0 41 12 1A 13C 30 32
Octal 274 102 233 0 101 22 32 474 60 62
Binary 10111100 1000010 10011011 0 1000001 10010 11010 100111100 110000 110010

Color Harmonies of #BC429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC429B

Black with #BC429B

Text Example


Text Example

White with #BC429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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