Html Css Color HEX #BC62A2 Mulberry

📋 copy color: '#BC62A2'

red 188 ◦ green 98 ◦ blue 162

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

Shades of Mulberry #BC62A2

Tints of Mulberry #BC62A2

RGB

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

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

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

R = 41.96%
G = 21.88%
B = 36.16%

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

#BC62A2 (or 0xBC62A2) is known color: Mulberry. HEX triplet: BC, 62 and A2. RGB value is (188,98,162). Sum of RGB (Red+Green+Blue) = 188+98+162=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62A2 is #439D5D. Grayscale: #848484. Windows color (decimal): -4431198 or 10642108. OLE color: 10642108.

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

Color convert

RGB 188 98 162 -
CMYK 0 0.48 0.14 0.26
HSL 317.33º 0.4% 0.56% -
HSV(B) 317.33º 0.48% 0.74% -
XYZ 31.63 22.04 36.77 -
YUV 132.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 188 98 162 0 0.48 0.14 0.26 317.33 0.4 0.56
Hex BC 62 A2 0 30 E 1A 13D 28 38
Octal 274 142 242 0 60 16 32 475 50 70
Binary 10111100 1100010 10100010 0 110000 1110 11010 100111101 101000 111000

Color Harmonies of #BC62A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62A2

Black with #BC62A2

Text Example


Text Example

White with #BC62A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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