Html Css Color HEX #BC30A1 Medium Red Violet

📋 copy color: '#BC30A1'

red 188 ◦ green 48 ◦ blue 161

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

Shades of Medium Red Violet #BC30A1

Tints of Medium Red Violet #BC30A1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

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

R = 47.36%
G = 12.09%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC30A1 (or 0xBC30A1) is known color: Medium Red Violet. HEX triplet: BC, 30 and A1. RGB value is (188,48,161). Sum of RGB (Red+Green+Blue) = 188+48+161=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A1 is #43CF5E. Grayscale: #666666. Windows color (decimal): -4443999 or 10563772. OLE color: 10563772.

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

Color convert

RGB 188 48 161 -
CMYK 0 0.74 0.14 0.26
HSL 311.57º 0.59% 0.46% -
HSV(B) 311.57º 0.74% 0.74% -
XYZ 28.23 15.38 35.2 -
YUV 102.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 188 48 161 0 0.74 0.14 0.26 311.57 0.59 0.46
Hex BC 30 A1 0 4A E 1A 138 3B 2E
Octal 274 60 241 0 112 16 32 470 73 56
Binary 10111100 110000 10100001 0 1001010 1110 11010 100111000 111011 101110

Color Harmonies of #BC30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30A1

Black with #BC30A1

Text Example


Text Example

White with #BC30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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