Html Css Color HEX #BC268D Medium Red Violet

📋 copy color: '#BC268D'

red 188 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #BC268D

Tints of Medium Red Violet #BC268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 51.23%
G = 10.35%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC268D (or 0xBC268D) is known color: Medium Red Violet. HEX triplet: BC, 26 and 8D. RGB value is (188,38,141). Sum of RGB (Red+Green+Blue) = 188+38+141=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC268D is #43D972. Grayscale: #5E5E5E. Windows color (decimal): -4446579 or 9250492. OLE color: 9250492.

HSL color Cylindrical-coordinate representation of color #BC268D: hue angle of 318.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC268D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 141 -
CMYK 0 0.80 0.25 0.26
HSL 318.8º 0.66% 0.44% -
HSV(B) 318.8º 0.8% 0.74% -
XYZ 26.24 14 26.52 -
YUV 94.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 188 38 141 0 0.80 0.25 0.26 318.8 0.66 0.44
Hex BC 26 8D 0 50 19 1A 13F 42 2C
Octal 274 46 215 0 120 31 32 477 102 54
Binary 10111100 100110 10001101 0 1010000 11001 11010 100111111 1000010 101100

Color Harmonies of #BC268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC268D

Black with #BC268D

Text Example


Text Example

White with #BC268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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