Html Css Color HEX #BC229E Medium Violet Red

📋 copy color: '#BC229E'

red 188 ◦ green 34 ◦ blue 158

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

Shades of Medium Violet Red #BC229E

Tints of Medium Violet Red #BC229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.95%

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 49.47%
G = 8.95%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC229E (or 0xBC229E) is known color: Medium Violet Red. HEX triplet: BC, 22 and 9E. RGB value is (188,34,158). Sum of RGB (Red+Green+Blue) = 188+34+158=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC229E is #43DD61. Grayscale: #5D5D5D. Windows color (decimal): -4447586 or 10363580. OLE color: 10363580.

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

Color convert

RGB 188 34 158 -
CMYK 0 0.82 0.16 0.26
HSL 311.69º 0.69% 0.44% -
HSV(B) 311.69º 0.82% 0.74% -
XYZ 27.48 14.3 33.66 -
YUV 94.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 188 34 158 0 0.82 0.16 0.26 311.69 0.69 0.44
Hex BC 22 9E 0 52 10 1A 138 45 2C
Octal 274 42 236 0 122 20 32 470 105 54
Binary 10111100 100010 10011110 0 1010010 10000 11010 100111000 1000101 101100

Color Harmonies of #BC229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC229E

Black with #BC229E

Text Example


Text Example

White with #BC229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC229E; }

 p { color: rgb(188,34,158); }

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

background-color css

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

 a { background-color: rgb(188,34,158); }

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

border-color css

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

 span { border-color: rgb(188,34,158); }

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