Html Css Color HEX #BC30A2 Medium Red Violet

📋 copy color: '#BC30A2'

red 188 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #BC30A2

Tints of Medium Red Violet #BC30A2

RGB

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

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

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

R = 47.24%
G = 12.06%
B = 40.7%

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

#BC30A2 (or 0xBC30A2) is known color: Medium Red Violet. HEX triplet: BC, 30 and A2. RGB value is (188,48,162). Sum of RGB (Red+Green+Blue) = 188+48+162=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A2 is #43CF5D. Grayscale: #666666. Windows color (decimal): -4443998 or 10629308. OLE color: 10629308.

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

Color convert

RGB 188 48 162 -
CMYK 0 0.74 0.14 0.26
HSL 311.14º 0.59% 0.46% -
HSV(B) 311.14º 0.74% 0.74% -
XYZ 28.32 15.41 35.67 -
YUV 102.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 188 48 162 0 0.74 0.14 0.26 311.14 0.59 0.46
Hex BC 30 A2 0 4A E 1A 137 3B 2E
Octal 274 60 242 0 112 16 32 467 73 56
Binary 10111100 110000 10100010 0 1001010 1110 11010 100110111 111011 101110

Color Harmonies of #BC30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30A2

Black with #BC30A2

Text Example


Text Example

White with #BC30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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