Html Css Color HEX #BC256E Medium Red Violet

📋 copy color: '#BC256E'

red 188 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #BC256E

Tints of Medium Red Violet #BC256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 56.12%
G = 11.04%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC256E (or 0xBC256E) is known color: Medium Red Violet. HEX triplet: BC, 25 and 6E. RGB value is (188,37,110). Sum of RGB (Red+Green+Blue) = 188+37+110=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC256E is #43DA91. Grayscale: #5A5A5A. Windows color (decimal): -4446866 or 7218620. OLE color: 7218620.

HSL color Cylindrical-coordinate representation of color #BC256E: hue angle of 330.99º degrees, saturation: 0.67, 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 #BC256E is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 110 -
CMYK 0 0.80 0.41 0.26
HSL 330.99º 0.67% 0.44% -
HSV(B) 330.99º 0.8% 0.74% -
XYZ 24.22 13.14 16.01 -
YUV 90.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 188 37 110 0 0.80 0.41 0.26 330.99 0.67 0.44
Hex BC 25 6E 0 50 29 1A 14B 43 2C
Octal 274 45 156 0 120 51 32 513 103 54
Binary 10111100 100101 1101110 0 1010000 101001 11010 101001011 1000011 101100

Color Harmonies of #BC256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC256E

Black with #BC256E

Text Example


Text Example

White with #BC256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC256E; }

 p { color: rgb(188,37,110); }

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

background-color css

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

 a { background-color: rgb(188,37,110); }

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

border-color css

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

 span { border-color: rgb(188,37,110); }

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