Html Css Color HEX #BC309C Medium Red Violet

📋 copy color: '#BC309C'

red 188 ◦ green 48 ◦ blue 156

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

Shades of Medium Red Violet #BC309C

Tints of Medium Red Violet #BC309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 47.96%
G = 12.24%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC309C (or 0xBC309C) is known color: Medium Red Violet. HEX triplet: BC, 30 and 9C. RGB value is (188,48,156). Sum of RGB (Red+Green+Blue) = 188+48+156=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC309C is #43CF63. Grayscale: #656565. Windows color (decimal): -4444004 or 10236092. OLE color: 10236092.

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

Color convert

RGB 188 48 156 -
CMYK 0 0.74 0.17 0.26
HSL 313.71º 0.59% 0.46% -
HSV(B) 313.71º 0.74% 0.74% -
XYZ 27.8 15.21 32.92 -
YUV 102.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 188 48 156 0 0.74 0.17 0.26 313.71 0.59 0.46
Hex BC 30 9C 0 4A 11 1A 13A 3B 2E
Octal 274 60 234 0 112 21 32 472 73 56
Binary 10111100 110000 10011100 0 1001010 10001 11010 100111010 111011 101110

Color Harmonies of #BC309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC309C

Black with #BC309C

Text Example


Text Example

White with #BC309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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