Html Css Color HEX #BC23A5 Medium Violet Red

📋 copy color: '#BC23A5'

red 188 ◦ green 35 ◦ blue 165

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

Shades of Medium Violet Red #BC23A5

Tints of Medium Violet Red #BC23A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 48.45%
G = 9.02%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC23A5 (or 0xBC23A5) is known color: Medium Violet Red. HEX triplet: BC, 23 and A5. RGB value is (188,35,165). Sum of RGB (Red+Green+Blue) = 188+35+165=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23A5 is #43DC5A. Grayscale: #5F5F5F. Windows color (decimal): -4447323 or 10822588. OLE color: 10822588.

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

Color convert

RGB 188 35 165 -
CMYK 0 0.81 0.12 0.26
HSL 309.02º 0.69% 0.44% -
HSV(B) 309.02º 0.81% 0.74% -
XYZ 28.13 14.61 36.93 -
YUV 95.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 188 35 165 0 0.81 0.12 0.26 309.02 0.69 0.44
Hex BC 23 A5 0 51 C 1A 135 45 2C
Octal 274 43 245 0 121 14 32 465 105 54
Binary 10111100 100011 10100101 0 1010001 1100 11010 100110101 1000101 101100

Color Harmonies of #BC23A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23A5

Black with #BC23A5

Text Example


Text Example

White with #BC23A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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