Html Css Color HEX #BC258E Medium Red Violet

📋 copy color: '#BC258E'

red 188 ◦ green 37 ◦ blue 142

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

Shades of Medium Red Violet #BC258E

Tints of Medium Red Violet #BC258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 51.23%
G = 10.08%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC258E (or 0xBC258E) is known color: Medium Red Violet. HEX triplet: BC, 25 and 8E. RGB value is (188,37,142). Sum of RGB (Red+Green+Blue) = 188+37+142=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC258E is #43DA71. Grayscale: #5D5D5D. Windows color (decimal): -4446834 or 9315772. OLE color: 9315772.

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

Color convert

RGB 188 37 142 -
CMYK 0 0.80 0.24 0.26
HSL 318.28º 0.67% 0.44% -
HSV(B) 318.28º 0.8% 0.74% -
XYZ 26.28 13.97 26.9 -
YUV 94.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 188 37 142 0 0.80 0.24 0.26 318.28 0.67 0.44
Hex BC 25 8E 0 50 18 1A 13E 43 2C
Octal 274 45 216 0 120 30 32 476 103 54
Binary 10111100 100101 10001110 0 1010000 11000 11010 100111110 1000011 101100

Color Harmonies of #BC258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC258E

Black with #BC258E

Text Example


Text Example

White with #BC258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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