Html Css Color HEX #BC4CA3 Mulberry

📋 copy color: '#BC4CA3'

red 188 ◦ green 76 ◦ blue 163

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

Shades of Mulberry #BC4CA3

Tints of Mulberry #BC4CA3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 163 (64.06% from 255) = 38.17%

R = 44.03%
G = 17.8%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC4CA3 (or 0xBC4CA3) is known color: Mulberry. HEX triplet: BC, 4C and A3. RGB value is (188,76,163). Sum of RGB (Red+Green+Blue) = 188+76+163=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CA3 is #43B35C. Grayscale: #777777. Windows color (decimal): -4436829 or 10702012. OLE color: 10702012.

HSL color Cylindrical-coordinate representation of color #BC4CA3: hue angle of 313.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CA3 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 163 -
CMYK 0 0.60 0.13 0.26
HSL 313.39º 0.46% 0.52% -
HSV(B) 313.39º 0.6% 0.74% -
XYZ 29.93 18.5 36.64 -
YUV 119.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 188 76 163 0 0.60 0.13 0.26 313.39 0.46 0.52
Hex BC 4C A3 0 3C D 1A 139 2E 34
Octal 274 114 243 0 74 15 32 471 56 64
Binary 10111100 1001100 10100011 0 111100 1101 11010 100111001 101110 110100

Color Harmonies of #BC4CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CA3

Black with #BC4CA3

Text Example


Text Example

White with #BC4CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CA3; }

 p { color: rgb(188,76,163); }

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

background-color css

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

 a { background-color: rgb(188,76,163); }

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

border-color css

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

 span { border-color: rgb(188,76,163); }

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