Html Css Color HEX #BC4AA2 Mulberry

📋 copy color: '#BC4AA2'

red 188 ◦ green 74 ◦ blue 162

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

Shades of Mulberry #BC4AA2

Tints of Mulberry #BC4AA2

RGB

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

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

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

R = 44.34%
G = 17.45%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC4AA2 (or 0xBC4AA2) is known color: Mulberry. HEX triplet: BC, 4A and A2. RGB value is (188,74,162). Sum of RGB (Red+Green+Blue) = 188+74+162=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AA2 is #43B55D. Grayscale: #757575. Windows color (decimal): -4437342 or 10635964. OLE color: 10635964.

HSL color Cylindrical-coordinate representation of color #BC4AA2: hue angle of 313.68º 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 #BC4AA2 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 162 -
CMYK 0 0.61 0.14 0.26
HSL 313.68º 0.46% 0.51% -
HSV(B) 313.68º 0.61% 0.74% -
XYZ 29.71 18.2 36.13 -
YUV 118.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 188 74 162 0 0.61 0.14 0.26 313.68 0.46 0.51
Hex BC 4A A2 0 3D E 1A 13A 2E 33
Octal 274 112 242 0 75 16 32 472 56 63
Binary 10111100 1001010 10100010 0 111101 1110 11010 100111010 101110 110011

Color Harmonies of #BC4AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AA2

Black with #BC4AA2

Text Example


Text Example

White with #BC4AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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