Html Css Color HEX #BC138A Medium Violet Red

📋 copy color: '#BC138A'

red 188 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #BC138A

Tints of Medium Violet Red #BC138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 54.49%
G = 5.51%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC138A (or 0xBC138A) is known color: Medium Violet Red. HEX triplet: BC, 13 and 8A. RGB value is (188,19,138). Sum of RGB (Red+Green+Blue) = 188+19+138=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC138A is #43EC75. Grayscale: #525252. Windows color (decimal): -4451446 or 9049020. OLE color: 9049020.

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

Color convert

RGB 188 19 138 -
CMYK 0 0.90 0.27 0.26
HSL 317.75º 0.82% 0.41% -
HSV(B) 317.75º 0.9% 0.74% -
XYZ 25.56 12.99 25.21 -
YUV 83.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 188 19 138 0 0.90 0.27 0.26 317.75 0.82 0.41
Hex BC 13 8A 0 5A 1B 1A 13E 52 29
Octal 274 23 212 0 132 33 32 476 122 51
Binary 10111100 10011 10001010 0 1011010 11011 11010 100111110 1010010 101001

Color Harmonies of #BC138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC138A

Black with #BC138A

Text Example


Text Example

White with #BC138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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