Html Css Color HEX #BC30A3 Medium Red Violet

📋 copy color: '#BC30A3'

red 188 ◦ green 48 ◦ blue 163

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

Shades of Medium Red Violet #BC30A3

Tints of Medium Red Violet #BC30A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.85%

R = 47.12%
G = 12.03%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC30A3 (or 0xBC30A3) is known color: Medium Red Violet. HEX triplet: BC, 30 and A3. RGB value is (188,48,163). Sum of RGB (Red+Green+Blue) = 188+48+163=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A3 is #43CF5C. Grayscale: #666666. Windows color (decimal): -4443997 or 10694844. OLE color: 10694844.

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

Color convert

RGB 188 48 163 -
CMYK 0 0.74 0.13 0.26
HSL 310.71º 0.59% 0.46% -
HSV(B) 310.71º 0.74% 0.74% -
XYZ 28.41 15.45 36.14 -
YUV 102.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 188 48 163 0 0.74 0.13 0.26 310.71 0.59 0.46
Hex BC 30 A3 0 4A D 1A 137 3B 2E
Octal 274 60 243 0 112 15 32 467 73 56
Binary 10111100 110000 10100011 0 1001010 1101 11010 100110111 111011 101110

Color Harmonies of #BC30A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30A3

Black with #BC30A3

Text Example


Text Example

White with #BC30A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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