Html Css Color HEX #BC2F9A Medium Red Violet

📋 copy color: '#BC2F9A'

red 188 ◦ green 47 ◦ blue 154

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

Shades of Medium Red Violet #BC2F9A

Tints of Medium Red Violet #BC2F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 48.33%
G = 12.08%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC2F9A (or 0xBC2F9A) is known color: Medium Red Violet. HEX triplet: BC, 2F and 9A. RGB value is (188,47,154). Sum of RGB (Red+Green+Blue) = 188+47+154=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F9A is #43D065. Grayscale: #656565. Windows color (decimal): -4444262 or 10104764. OLE color: 10104764.

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

Color convert

RGB 188 47 154 -
CMYK 0 0.75 0.18 0.26
HSL 314.47º 0.6% 0.46% -
HSV(B) 314.47º 0.75% 0.74% -
XYZ 27.59 15.06 32.02 -
YUV 101.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 188 47 154 0 0.75 0.18 0.26 314.47 0.6 0.46
Hex BC 2F 9A 0 4B 12 1A 13A 3C 2E
Octal 274 57 232 0 113 22 32 472 74 56
Binary 10111100 101111 10011010 0 1001011 10010 11010 100111010 111100 101110

Color Harmonies of #BC2F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F9A

Black with #BC2F9A

Text Example


Text Example

White with #BC2F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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