Html Css Color HEX #BC2FAA Medium Red Violet

📋 copy color: '#BC2FAA'

red 188 ◦ green 47 ◦ blue 170

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

Shades of Medium Red Violet #BC2FAA

Tints of Medium Red Violet #BC2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.6%

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

R = 46.42%
G = 11.6%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC2FAA (or 0xBC2FAA) is known color: Medium Red Violet. HEX triplet: BC, 2F and AA. RGB value is (188,47,170). Sum of RGB (Red+Green+Blue) = 188+47+170=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FAA is #43D055. Grayscale: #666666. Windows color (decimal): -4444246 or 11153340. OLE color: 11153340.

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

Color convert

RGB 188 47 170 -
CMYK 0 0.75 0.10 0.26
HSL 307.66º 0.6% 0.46% -
HSV(B) 307.66º 0.75% 0.74% -
XYZ 29.01 15.63 39.52 -
YUV 103.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 188 47 170 0 0.75 0.10 0.26 307.66 0.6 0.46
Hex BC 2F AA 0 4B A 1A 134 3C 2E
Octal 274 57 252 0 113 12 32 464 74 56
Binary 10111100 101111 10101010 0 1001011 1010 11010 100110100 111100 101110

Color Harmonies of #BC2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FAA

Black with #BC2FAA

Text Example


Text Example

White with #BC2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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