Html Css Color HEX #BC337B Medium Red Violet

📋 copy color: '#BC337B'

red 188 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #BC337B

Tints of Medium Red Violet #BC337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

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

R = 51.93%
G = 14.09%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC337B (or 0xBC337B) is known color: Medium Red Violet. HEX triplet: BC, 33 and 7B. RGB value is (188,51,123). Sum of RGB (Red+Green+Blue) = 188+51+123=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC337B is #43CC84. Grayscale: #646464. Windows color (decimal): -4443269 or 8074172. OLE color: 8074172.

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

Color convert

RGB 188 51 123 -
CMYK 0 0.73 0.35 0.26
HSL 328.47º 0.57% 0.47% -
HSV(B) 328.47º 0.73% 0.74% -
XYZ 25.5 14.49 20.19 -
YUV 100.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 188 51 123 0 0.73 0.35 0.26 328.47 0.57 0.47
Hex BC 33 7B 0 49 23 1A 148 39 2F
Octal 274 63 173 0 111 43 32 510 71 57
Binary 10111100 110011 1111011 0 1001001 100011 11010 101001000 111001 101111

Color Harmonies of #BC337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC337B

Black with #BC337B

Text Example


Text Example

White with #BC337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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