Html Css Color HEX #BC359A Medium Red Violet

📋 copy color: '#BC359A'

red 188 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #BC359A

Tints of Medium Red Violet #BC359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 47.59%
G = 13.42%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC359A (or 0xBC359A) is known color: Medium Red Violet. HEX triplet: BC, 35 and 9A. RGB value is (188,53,154). Sum of RGB (Red+Green+Blue) = 188+53+154=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC359A is #43CA65. Grayscale: #686868. Windows color (decimal): -4442726 or 10106300. OLE color: 10106300.

HSL color Cylindrical-coordinate representation of color #BC359A: hue angle of 315.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC359A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 154 -
CMYK 0 0.72 0.18 0.26
HSL 315.11º 0.56% 0.47% -
HSV(B) 315.11º 0.72% 0.74% -
XYZ 27.84 15.57 32.11 -
YUV 104.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 188 53 154 0 0.72 0.18 0.26 315.11 0.56 0.47
Hex BC 35 9A 0 48 12 1A 13B 38 2F
Octal 274 65 232 0 110 22 32 473 70 57
Binary 10111100 110101 10011010 0 1001000 10010 11010 100111011 111000 101111

Color Harmonies of #BC359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC359A

Black with #BC359A

Text Example


Text Example

White with #BC359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC359A; }

 p { color: rgb(188,53,154); }

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

background-color css

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

 a { background-color: rgb(188,53,154); }

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

border-color css

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

 span { border-color: rgb(188,53,154); }

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