Html Css Color HEX #BC43A2 Mulberry

📋 copy color: '#BC43A2'

red 188 ◦ green 67 ◦ blue 162

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

Shades of Mulberry #BC43A2

Tints of Mulberry #BC43A2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 45.08%
G = 16.07%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC43A2 (or 0xBC43A2) is known color: Mulberry. HEX triplet: BC, 43 and A2. RGB value is (188,67,162). Sum of RGB (Red+Green+Blue) = 188+67+162=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43A2 is #43BC5D. Grayscale: #717171. Windows color (decimal): -4439134 or 10634172. OLE color: 10634172.

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

Color convert

RGB 188 67 162 -
CMYK 0 0.64 0.14 0.26
HSL 312.89º 0.47% 0.5% -
HSV(B) 312.89º 0.64% 0.74% -
XYZ 29.27 17.31 35.98 -
YUV 114.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 188 67 162 0 0.64 0.14 0.26 312.89 0.47 0.5
Hex BC 43 A2 0 40 E 1A 139 2F 32
Octal 274 103 242 0 100 16 32 471 57 62
Binary 10111100 1000011 10100010 0 1000000 1110 11010 100111001 101111 110010

Color Harmonies of #BC43A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43A2

Black with #BC43A2

Text Example


Text Example

White with #BC43A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43A2; }

 p { color: rgb(188,67,162); }

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

background-color css

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

 a { background-color: rgb(188,67,162); }

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

border-color css

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

 span { border-color: rgb(188,67,162); }

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