Html Css Color HEX #BC62A1 Mulberry

📋 copy color: '#BC62A1'

red 188 ◦ green 98 ◦ blue 161

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

Shades of Mulberry #BC62A1

Tints of Mulberry #BC62A1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.92%

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 42.06%
G = 21.92%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC62A1 (or 0xBC62A1) is known color: Mulberry. HEX triplet: BC, 62 and A1. RGB value is (188,98,161). Sum of RGB (Red+Green+Blue) = 188+98+161=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62A1 is #439D5E. Grayscale: #838383. Windows color (decimal): -4431199 or 10576572. OLE color: 10576572.

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

Color convert

RGB 188 98 161 -
CMYK 0 0.48 0.14 0.26
HSL 318º 0.4% 0.56% -
HSV(B) 318º 0.48% 0.74% -
XYZ 31.54 22 36.3 -
YUV 132.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 188 98 161 0 0.48 0.14 0.26 318 0.4 0.56
Hex BC 62 A1 0 30 E 1A 13E 28 38
Octal 274 142 241 0 60 16 32 476 50 70
Binary 10111100 1100010 10100001 0 110000 1110 11010 100111110 101000 111000

Color Harmonies of #BC62A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62A1

Black with #BC62A1

Text Example


Text Example

White with #BC62A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62A1; }

 p { color: rgb(188,98,161); }

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

background-color css

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

 a { background-color: rgb(188,98,161); }

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

border-color css

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

 span { border-color: rgb(188,98,161); }

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