Html Css Color HEX #BC158B Medium Violet Red

📋 copy color: '#BC158B'

red 188 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #BC158B

Tints of Medium Violet Red #BC158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

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

R = 54.02%
G = 6.03%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC158B (or 0xBC158B) is known color: Medium Violet Red. HEX triplet: BC, 15 and 8B. RGB value is (188,21,139). Sum of RGB (Red+Green+Blue) = 188+21+139=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC158B is #43EA74. Grayscale: #545454. Windows color (decimal): -4450933 or 9115068. OLE color: 9115068.

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

Color convert

RGB 188 21 139 -
CMYK 0 0.89 0.26 0.26
HSL 317.6º 0.8% 0.41% -
HSV(B) 317.6º 0.89% 0.74% -
XYZ 25.67 13.09 25.6 -
YUV 84.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 188 21 139 0 0.89 0.26 0.26 317.6 0.8 0.41
Hex BC 15 8B 0 59 1A 1A 13E 50 29
Octal 274 25 213 0 131 32 32 476 120 51
Binary 10111100 10101 10001011 0 1011001 11010 11010 100111110 1010000 101001

Color Harmonies of #BC158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC158B

Black with #BC158B

Text Example


Text Example

White with #BC158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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