Html Css Color HEX #BC238D Medium Red Violet

📋 copy color: '#BC238D'

red 188 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #BC238D

Tints of Medium Red Violet #BC238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 51.65%
G = 9.62%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC238D (or 0xBC238D) is known color: Medium Red Violet. HEX triplet: BC, 23 and 8D. RGB value is (188,35,141). Sum of RGB (Red+Green+Blue) = 188+35+141=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC238D is #43DC72. Grayscale: #5C5C5C. Windows color (decimal): -4447347 or 9249724. OLE color: 9249724.

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

Color convert

RGB 188 35 141 -
CMYK 0 0.81 0.25 0.26
HSL 318.43º 0.69% 0.44% -
HSV(B) 318.43º 0.81% 0.74% -
XYZ 26.15 13.82 26.49 -
YUV 92.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 188 35 141 0 0.81 0.25 0.26 318.43 0.69 0.44
Hex BC 23 8D 0 51 19 1A 13E 45 2C
Octal 274 43 215 0 121 31 32 476 105 54
Binary 10111100 100011 10001101 0 1010001 11001 11010 100111110 1000101 101100

Color Harmonies of #BC238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC238D

Black with #BC238D

Text Example


Text Example

White with #BC238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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