Html Css Color HEX #BC4FA2 Mulberry

📋 copy color: '#BC4FA2'

red 188 ◦ green 79 ◦ blue 162

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

Shades of Mulberry #BC4FA2

Tints of Mulberry #BC4FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

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

R = 43.82%
G = 18.41%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC4FA2 (or 0xBC4FA2) is known color: Mulberry. HEX triplet: BC, 4F and A2. RGB value is (188,79,162). Sum of RGB (Red+Green+Blue) = 188+79+162=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FA2 is #43B05D. Grayscale: #787878. Windows color (decimal): -4436062 or 10637244. OLE color: 10637244.

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

Color convert

RGB 188 79 162 -
CMYK 0 0.58 0.14 0.26
HSL 314.31º 0.45% 0.52% -
HSV(B) 314.31º 0.58% 0.74% -
XYZ 30.06 18.89 36.24 -
YUV 121.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 188 79 162 0 0.58 0.14 0.26 314.31 0.45 0.52
Hex BC 4F A2 0 3A E 1A 13A 2D 34
Octal 274 117 242 0 72 16 32 472 55 64
Binary 10111100 1001111 10100010 0 111010 1110 11010 100111010 101101 110100

Color Harmonies of #BC4FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FA2

Black with #BC4FA2

Text Example


Text Example

White with #BC4FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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