Html Css Color HEX #BC409A Mulberry

📋 copy color: '#BC409A'

red 188 ◦ green 64 ◦ blue 154

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

Shades of Mulberry #BC409A

Tints of Mulberry #BC409A

RGB

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

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

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

R = 46.31%
G = 15.76%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC409A (or 0xBC409A) is known color: Mulberry. HEX triplet: BC, 40 and 9A. RGB value is (188,64,154). Sum of RGB (Red+Green+Blue) = 188+64+154=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC409A is #43BF65. Grayscale: #6F6F6F. Windows color (decimal): -4439910 or 10109116. OLE color: 10109116.

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

Color convert

RGB 188 64 154 -
CMYK 0 0.66 0.18 0.26
HSL 316.45º 0.49% 0.49% -
HSV(B) 316.45º 0.66% 0.74% -
XYZ 28.41 16.69 32.3 -
YUV 111.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 188 64 154 0 0.66 0.18 0.26 316.45 0.49 0.49
Hex BC 40 9A 0 42 12 1A 13C 31 31
Octal 274 100 232 0 102 22 32 474 61 61
Binary 10111100 1000000 10011010 0 1000010 10010 11010 100111100 110001 110001

Color Harmonies of #BC409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC409A

Black with #BC409A

Text Example


Text Example

White with #BC409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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