Html Css Color HEX #BC23A2 Medium Violet Red

📋 copy color: '#BC23A2'

red 188 ◦ green 35 ◦ blue 162

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

Shades of Medium Violet Red #BC23A2

Tints of Medium Violet Red #BC23A2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

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

R = 48.83%
G = 9.09%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC23A2 (or 0xBC23A2) is known color: Medium Violet Red. HEX triplet: BC, 23 and A2. RGB value is (188,35,162). Sum of RGB (Red+Green+Blue) = 188+35+162=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23A2 is #43DC5D. Grayscale: #5E5E5E. Windows color (decimal): -4447326 or 10625980. OLE color: 10625980.

HSL color Cylindrical-coordinate representation of color #BC23A2: hue angle of 310.2º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC23A2 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 162 -
CMYK 0 0.81 0.14 0.26
HSL 310.2º 0.69% 0.44% -
HSV(B) 310.2º 0.81% 0.74% -
XYZ 27.86 14.5 35.51 -
YUV 95.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 188 35 162 0 0.81 0.14 0.26 310.2 0.69 0.44
Hex BC 23 A2 0 51 E 1A 136 45 2C
Octal 274 43 242 0 121 16 32 466 105 54
Binary 10111100 100011 10100010 0 1010001 1110 11010 100110110 1000101 101100

Color Harmonies of #BC23A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23A2

Black with #BC23A2

Text Example


Text Example

White with #BC23A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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