Html Css Color HEX #BC3FA1 Mulberry

📋 copy color: '#BC3FA1'

red 188 ◦ green 63 ◦ blue 161

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

Shades of Mulberry #BC3FA1

Tints of Mulberry #BC3FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.29%

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

R = 45.63%
G = 15.29%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC3FA1 (or 0xBC3FA1) is known color: Mulberry. HEX triplet: BC, 3F and A1. RGB value is (188,63,161). Sum of RGB (Red+Green+Blue) = 188+63+161=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FA1 is #43C05E. Grayscale: #6F6F6F. Windows color (decimal): -4440159 or 10567612. OLE color: 10567612.

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

Color convert

RGB 188 63 161 -
CMYK 0 0.66 0.14 0.26
HSL 312.96º 0.5% 0.49% -
HSV(B) 312.96º 0.66% 0.74% -
XYZ 28.95 16.82 35.44 -
YUV 111.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 188 63 161 0 0.66 0.14 0.26 312.96 0.5 0.49
Hex BC 3F A1 0 42 E 1A 139 32 31
Octal 274 77 241 0 102 16 32 471 62 61
Binary 10111100 111111 10100001 0 1000010 1110 11010 100111001 110010 110001

Color Harmonies of #BC3FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FA1

Black with #BC3FA1

Text Example


Text Example

White with #BC3FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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