Html Css Color HEX #BC3089 Medium Red Violet

📋 copy color: '#BC3089'

red 188 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #BC3089

Tints of Medium Red Violet #BC3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.87%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 50.4%
G = 12.87%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC3089 (or 0xBC3089) is known color: Medium Red Violet. HEX triplet: BC, 30 and 89. RGB value is (188,48,137). Sum of RGB (Red+Green+Blue) = 188+48+137=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3089 is #43CF76. Grayscale: #636363. Windows color (decimal): -4444023 or 8990908. OLE color: 8990908.

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

Color convert

RGB 188 48 137 -
CMYK 0 0.74 0.27 0.26
HSL 321.86º 0.59% 0.46% -
HSV(B) 321.86º 0.74% 0.74% -
XYZ 26.31 14.61 25.1 -
YUV 100.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 188 48 137 0 0.74 0.27 0.26 321.86 0.59 0.46
Hex BC 30 89 0 4A 1B 1A 142 3B 2E
Octal 274 60 211 0 112 33 32 502 73 56
Binary 10111100 110000 10001001 0 1001010 11011 11010 101000010 111011 101110

Color Harmonies of #BC3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3089

Black with #BC3089

Text Example


Text Example

White with #BC3089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3089; }

 p { color: rgb(188,48,137); }

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

background-color css

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

 a { background-color: rgb(188,48,137); }

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

border-color css

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

 span { border-color: rgb(188,48,137); }

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