Html Css Color HEX #BC23AD Medium Violet Red

📋 copy color: '#BC23AD'

red 188 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #BC23AD

Tints of Medium Violet Red #BC23AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 47.47%
G = 8.84%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC23AD (or 0xBC23AD) is known color: Medium Violet Red. HEX triplet: BC, 23 and AD. RGB value is (188,35,173). Sum of RGB (Red+Green+Blue) = 188+35+173=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23AD is #43DC52. Grayscale: #606060. Windows color (decimal): -4447315 or 11346876. OLE color: 11346876.

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

Color convert

RGB 188 35 173 -
CMYK 0 0.81 0.08 0.26
HSL 305.88º 0.69% 0.44% -
HSV(B) 305.88º 0.81% 0.74% -
XYZ 28.88 14.91 40.89 -
YUV 96.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 188 35 173 0 0.81 0.08 0.26 305.88 0.69 0.44
Hex BC 23 AD 0 51 8 1A 132 45 2C
Octal 274 43 255 0 121 10 32 462 105 54
Binary 10111100 100011 10101101 0 1010001 1000 11010 100110010 1000101 101100

Color Harmonies of #BC23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23AD

Black with #BC23AD

Text Example


Text Example

White with #BC23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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