Html Css Color HEX #BC147B Medium Violet Red

📋 copy color: '#BC147B'

red 188 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #BC147B

Tints of Medium Violet Red #BC147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 56.8%
G = 6.04%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC147B (or 0xBC147B) is known color: Medium Violet Red. HEX triplet: BC, 14 and 7B. RGB value is (188,20,123). Sum of RGB (Red+Green+Blue) = 188+20+123=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC147B is #43EB84. Grayscale: #515151. Windows color (decimal): -4451205 or 8066236. OLE color: 8066236.

HSL color Cylindrical-coordinate representation of color #BC147B: hue angle of 323.21º degrees, saturation: 0.81, 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 #BC147B is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 123 -
CMYK 0 0.89 0.35 0.26
HSL 323.21º 0.81% 0.41% -
HSV(B) 323.21º 0.89% 0.74% -
XYZ 24.56 12.62 19.88 -
YUV 81.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 188 20 123 0 0.89 0.35 0.26 323.21 0.81 0.41
Hex BC 14 7B 0 59 23 1A 143 51 29
Octal 274 24 173 0 131 43 32 503 121 51
Binary 10111100 10100 1111011 0 1011001 100011 11010 101000011 1010001 101001

Color Harmonies of #BC147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC147B

Black with #BC147B

Text Example


Text Example

White with #BC147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC147B; }

 p { color: rgb(188,20,123); }

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

background-color css

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

 a { background-color: rgb(188,20,123); }

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

border-color css

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

 span { border-color: rgb(188,20,123); }

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