Html Css Color HEX #BC419D Mulberry

📋 copy color: '#BC419D'

red 188 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #BC419D

Tints of Mulberry #BC419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 45.85%
G = 15.85%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC419D (or 0xBC419D) is known color: Mulberry. HEX triplet: BC, 41 and 9D. RGB value is (188,65,157). Sum of RGB (Red+Green+Blue) = 188+65+157=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC419D is #43BE62. Grayscale: #707070. Windows color (decimal): -4439651 or 10305980. OLE color: 10305980.

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

Color convert

RGB 188 65 157 -
CMYK 0 0.65 0.16 0.26
HSL 315.12º 0.49% 0.5% -
HSV(B) 315.12º 0.65% 0.74% -
XYZ 28.72 16.91 33.65 -
YUV 112.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 188 65 157 0 0.65 0.16 0.26 315.12 0.49 0.5
Hex BC 41 9D 0 41 10 1A 13B 31 32
Octal 274 101 235 0 101 20 32 473 61 62
Binary 10111100 1000001 10011101 0 1000001 10000 11010 100111011 110001 110010

Color Harmonies of #BC419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC419D

Black with #BC419D

Text Example


Text Example

White with #BC419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC419D; }

 p { color: rgb(188,65,157); }

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

background-color css

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

 a { background-color: rgb(188,65,157); }

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

border-color css

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

 span { border-color: rgb(188,65,157); }

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