Html Css Color HEX #BC258F Medium Red Violet

📋 copy color: '#BC258F'

red 188 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #BC258F

Tints of Medium Red Violet #BC258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 51.09%
G = 10.05%
B = 38.86%

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

#BC258F (or 0xBC258F) is known color: Medium Red Violet. HEX triplet: BC, 25 and 8F. RGB value is (188,37,143). Sum of RGB (Red+Green+Blue) = 188+37+143=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC258F is #43DA70. Grayscale: #5D5D5D. Windows color (decimal): -4446833 or 9381308. OLE color: 9381308.

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

Color convert

RGB 188 37 143 -
CMYK 0 0.80 0.24 0.26
HSL 317.88º 0.67% 0.44% -
HSV(B) 317.88º 0.8% 0.74% -
XYZ 26.36 14 27.3 -
YUV 94.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 188 37 143 0 0.80 0.24 0.26 317.88 0.67 0.44
Hex BC 25 8F 0 50 18 1A 13E 43 2C
Octal 274 45 217 0 120 30 32 476 103 54
Binary 10111100 100101 10001111 0 1010000 11000 11010 100111110 1000011 101100

Color Harmonies of #BC258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC258F

Black with #BC258F

Text Example


Text Example

White with #BC258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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