Html Css Color HEX #BC258B Medium Red Violet

📋 copy color: '#BC258B'

red 188 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #BC258B

Tints of Medium Red Violet #BC258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 51.65%
G = 10.16%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC258B (or 0xBC258B) is known color: Medium Red Violet. HEX triplet: BC, 25 and 8B. RGB value is (188,37,139). Sum of RGB (Red+Green+Blue) = 188+37+139=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC258B is #43DA74. Grayscale: #5D5D5D. Windows color (decimal): -4446837 or 9119164. OLE color: 9119164.

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

Color convert

RGB 188 37 139 -
CMYK 0 0.80 0.26 0.26
HSL 319.47º 0.67% 0.44% -
HSV(B) 319.47º 0.8% 0.74% -
XYZ 26.06 13.88 25.73 -
YUV 93.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 188 37 139 0 0.80 0.26 0.26 319.47 0.67 0.44
Hex BC 25 8B 0 50 1A 1A 13F 43 2C
Octal 274 45 213 0 120 32 32 477 103 54
Binary 10111100 100101 10001011 0 1010000 11010 11010 100111111 1000011 101100

Color Harmonies of #BC258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC258B

Black with #BC258B

Text Example


Text Example

White with #BC258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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