Html Css Color HEX #BC30AA Medium Red Violet

📋 copy color: '#BC30AA'

red 188 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #BC30AA

Tints of Medium Red Violet #BC30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 46.31%
G = 11.82%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC30AA (or 0xBC30AA) is known color: Medium Red Violet. HEX triplet: BC, 30 and AA. RGB value is (188,48,170). Sum of RGB (Red+Green+Blue) = 188+48+170=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30AA is #43CF55. Grayscale: #676767. Windows color (decimal): -4443990 or 11153596. OLE color: 11153596.

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

Color convert

RGB 188 48 170 -
CMYK 0 0.74 0.10 0.26
HSL 307.71º 0.59% 0.46% -
HSV(B) 307.71º 0.74% 0.74% -
XYZ 29.05 15.71 39.53 -
YUV 103.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 188 48 170 0 0.74 0.10 0.26 307.71 0.59 0.46
Hex BC 30 AA 0 4A A 1A 134 3B 2E
Octal 274 60 252 0 112 12 32 464 73 56
Binary 10111100 110000 10101010 0 1001010 1010 11010 100110100 111011 101110

Color Harmonies of #BC30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30AA

Black with #BC30AA

Text Example


Text Example

White with #BC30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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