Html Css Color HEX #BC3B91 Medium Red Violet

📋 copy color: '#BC3B91'

red 188 ◦ green 59 ◦ blue 145

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

Shades of Medium Red Violet #BC3B91

Tints of Medium Red Violet #BC3B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 47.96%
G = 15.05%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC3B91 (or 0xBC3B91) is known color: Medium Red Violet. HEX triplet: BC, 3B and 91. RGB value is (188,59,145). Sum of RGB (Red+Green+Blue) = 188+59+145=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3B91 is #43C46E. Grayscale: #6B6B6B. Windows color (decimal): -4441199 or 9518012. OLE color: 9518012.

HSL color Cylindrical-coordinate representation of color #BC3B91: hue angle of 320º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B91 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 145 -
CMYK 0 0.69 0.23 0.26
HSL 320º 0.52% 0.48% -
HSV(B) 320º 0.69% 0.74% -
XYZ 27.41 15.86 28.41 -
YUV 107.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 188 59 145 0 0.69 0.23 0.26 320 0.52 0.48
Hex BC 3B 91 0 45 17 1A 140 34 30
Octal 274 73 221 0 105 27 32 500 64 60
Binary 10111100 111011 10010001 0 1000101 10111 11010 101000000 110100 110000

Color Harmonies of #BC3B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B91

Black with #BC3B91

Text Example


Text Example

White with #BC3B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B91; }

 p { color: rgb(188,59,145); }

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

background-color css

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

 a { background-color: rgb(188,59,145); }

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

border-color css

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

 span { border-color: rgb(188,59,145); }

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