Html Css Color HEX #BC139B Medium Violet Red

📋 copy color: '#BC139B'

red 188 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #BC139B

Tints of Medium Violet Red #BC139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 51.93%
G = 5.25%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC139B (or 0xBC139B) is known color: Medium Violet Red. HEX triplet: BC, 13 and 9B. RGB value is (188,19,155). Sum of RGB (Red+Green+Blue) = 188+19+155=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC139B is #43EC64. Grayscale: #545454. Windows color (decimal): -4451429 or 10163132. OLE color: 10163132.

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

Color convert

RGB 188 19 155 -
CMYK 0 0.90 0.18 0.26
HSL 311.72º 0.82% 0.41% -
HSV(B) 311.72º 0.9% 0.74% -
XYZ 26.89 13.52 32.2 -
YUV 85.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 188 19 155 0 0.90 0.18 0.26 311.72 0.82 0.41
Hex BC 13 9B 0 5A 12 1A 138 52 29
Octal 274 23 233 0 132 22 32 470 122 51
Binary 10111100 10011 10011011 0 1011010 10010 11010 100111000 1010010 101001

Color Harmonies of #BC139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC139B

Black with #BC139B

Text Example


Text Example

White with #BC139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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