Html Css Color HEX #BC259C Medium Red Violet

📋 copy color: '#BC259C'

red 188 ◦ green 37 ◦ blue 156

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

Shades of Medium Red Violet #BC259C

Tints of Medium Red Violet #BC259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.71%

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

R = 49.34%
G = 9.71%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC259C (or 0xBC259C) is known color: Medium Red Violet. HEX triplet: BC, 25 and 9C. RGB value is (188,37,156). Sum of RGB (Red+Green+Blue) = 188+37+156=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC259C is #43DA63. Grayscale: #5F5F5F. Windows color (decimal): -4446820 or 10233276. OLE color: 10233276.

HSL color Cylindrical-coordinate representation of color #BC259C: hue angle of 312.72º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC259C is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 156 -
CMYK 0 0.80 0.17 0.26
HSL 312.72º 0.67% 0.44% -
HSV(B) 312.72º 0.8% 0.74% -
XYZ 27.4 14.41 32.79 -
YUV 95.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 188 37 156 0 0.80 0.17 0.26 312.72 0.67 0.44
Hex BC 25 9C 0 50 11 1A 139 43 2C
Octal 274 45 234 0 120 21 32 471 103 54
Binary 10111100 100101 10011100 0 1010000 10001 11010 100111001 1000011 101100

Color Harmonies of #BC259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC259C

Black with #BC259C

Text Example


Text Example

White with #BC259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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