Html Css Color HEX #BC4AA3 Mulberry

📋 copy color: '#BC4AA3'

red 188 ◦ green 74 ◦ blue 163

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

Shades of Mulberry #BC4AA3

Tints of Mulberry #BC4AA3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 44.24%
G = 17.41%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC4AA3 (or 0xBC4AA3) is known color: Mulberry. HEX triplet: BC, 4A and A3. RGB value is (188,74,163). Sum of RGB (Red+Green+Blue) = 188+74+163=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AA3 is #43B55C. Grayscale: #757575. Windows color (decimal): -4437341 or 10701500. OLE color: 10701500.

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

Color convert

RGB 188 74 163 -
CMYK 0 0.61 0.13 0.26
HSL 313.16º 0.46% 0.51% -
HSV(B) 313.16º 0.61% 0.74% -
XYZ 29.8 18.23 36.6 -
YUV 118.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 188 74 163 0 0.61 0.13 0.26 313.16 0.46 0.51
Hex BC 4A A3 0 3D D 1A 139 2E 33
Octal 274 112 243 0 75 15 32 471 56 63
Binary 10111100 1001010 10100011 0 111101 1101 11010 100111001 101110 110011

Color Harmonies of #BC4AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AA3

Black with #BC4AA3

Text Example


Text Example

White with #BC4AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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