Html Css Color HEX #BC48A2 Mulberry

📋 copy color: '#BC48A2'

red 188 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #BC48A2

Tints of Mulberry #BC48A2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 44.55%
G = 17.06%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC48A2 (or 0xBC48A2) is known color: Mulberry. HEX triplet: BC, 48 and A2. RGB value is (188,72,162). Sum of RGB (Red+Green+Blue) = 188+72+162=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A2 is #43B75D. Grayscale: #747474. Windows color (decimal): -4437854 or 10635452. OLE color: 10635452.

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

Color convert

RGB 188 72 162 -
CMYK 0 0.62 0.14 0.26
HSL 313.45º 0.46% 0.51% -
HSV(B) 313.45º 0.62% 0.74% -
XYZ 29.58 17.93 36.09 -
YUV 116.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 188 72 162 0 0.62 0.14 0.26 313.45 0.46 0.51
Hex BC 48 A2 0 3E E 1A 139 2E 33
Octal 274 110 242 0 76 16 32 471 56 63
Binary 10111100 1001000 10100010 0 111110 1110 11010 100111001 101110 110011

Color Harmonies of #BC48A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48A2

Black with #BC48A2

Text Example


Text Example

White with #BC48A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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