Html Css Color HEX #BC249B Medium Red Violet

📋 copy color: '#BC249B'

red 188 ◦ green 36 ◦ blue 155

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

Shades of Medium Red Violet #BC249B

Tints of Medium Red Violet #BC249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 49.6%
G = 9.5%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC249B (or 0xBC249B) is known color: Medium Red Violet. HEX triplet: BC, 24 and 9B. RGB value is (188,36,155). Sum of RGB (Red+Green+Blue) = 188+36+155=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC249B is #43DB64. Grayscale: #5E5E5E. Windows color (decimal): -4447077 or 10167484. OLE color: 10167484.

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

Color convert

RGB 188 36 155 -
CMYK 0 0.81 0.18 0.26
HSL 313.03º 0.68% 0.44% -
HSV(B) 313.03º 0.81% 0.74% -
XYZ 27.29 14.32 32.34 -
YUV 95.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 188 36 155 0 0.81 0.18 0.26 313.03 0.68 0.44
Hex BC 24 9B 0 51 12 1A 139 44 2C
Octal 274 44 233 0 121 22 32 471 104 54
Binary 10111100 100100 10011011 0 1010001 10010 11010 100111001 1000100 101100

Color Harmonies of #BC249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC249B

Black with #BC249B

Text Example


Text Example

White with #BC249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC249B; }

 p { color: rgb(188,36,155); }

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

background-color css

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

 a { background-color: rgb(188,36,155); }

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

border-color css

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

 span { border-color: rgb(188,36,155); }

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