Html Css Color HEX #BC138B Medium Violet Red

📋 copy color: '#BC138B'

red 188 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #BC138B

Tints of Medium Violet Red #BC138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 54.34%
G = 5.49%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC138B (or 0xBC138B) is known color: Medium Violet Red. HEX triplet: BC, 13 and 8B. RGB value is (188,19,139). Sum of RGB (Red+Green+Blue) = 188+19+139=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC138B is #43EC74. Grayscale: #525252. Windows color (decimal): -4451445 or 9114556. OLE color: 9114556.

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

Color convert

RGB 188 19 139 -
CMYK 0 0.90 0.26 0.26
HSL 317.4º 0.82% 0.41% -
HSV(B) 317.4º 0.9% 0.74% -
XYZ 25.63 13.02 25.59 -
YUV 83.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 188 19 139 0 0.90 0.26 0.26 317.4 0.82 0.41
Hex BC 13 8B 0 5A 1A 1A 13D 52 29
Octal 274 23 213 0 132 32 32 475 122 51
Binary 10111100 10011 10001011 0 1011010 11010 11010 100111101 1010010 101001

Color Harmonies of #BC138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC138B

Black with #BC138B

Text Example


Text Example

White with #BC138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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