Html Css Color HEX #BC23A8 Medium Violet Red

📋 copy color: '#BC23A8'

red 188 ◦ green 35 ◦ blue 168

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

Shades of Medium Violet Red #BC23A8

Tints of Medium Violet Red #BC23A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 48.08%
G = 8.95%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC23A8 (or 0xBC23A8) is known color: Medium Violet Red. HEX triplet: BC, 23 and A8. RGB value is (188,35,168). Sum of RGB (Red+Green+Blue) = 188+35+168=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23A8 is #43DC57. Grayscale: #5F5F5F. Windows color (decimal): -4447320 or 11019196. OLE color: 11019196.

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

Color convert

RGB 188 35 168 -
CMYK 0 0.81 0.11 0.26
HSL 307.84º 0.69% 0.44% -
HSV(B) 307.84º 0.81% 0.74% -
XYZ 28.41 14.72 38.39 -
YUV 95.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 188 35 168 0 0.81 0.11 0.26 307.84 0.69 0.44
Hex BC 23 A8 0 51 B 1A 134 45 2C
Octal 274 43 250 0 121 13 32 464 105 54
Binary 10111100 100011 10101000 0 1010001 1011 11010 100110100 1000101 101100

Color Harmonies of #BC23A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23A8

Black with #BC23A8

Text Example


Text Example

White with #BC23A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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