Html Css Color HEX #BC259D Medium Red Violet

📋 copy color: '#BC259D'

red 188 ◦ green 37 ◦ blue 157

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

Shades of Medium Red Violet #BC259D

Tints of Medium Red Violet #BC259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 49.21%
G = 9.69%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC259D (or 0xBC259D) is known color: Medium Red Violet. HEX triplet: BC, 25 and 9D. RGB value is (188,37,157). Sum of RGB (Red+Green+Blue) = 188+37+157=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC259D is #43DA62. Grayscale: #5F5F5F. Windows color (decimal): -4446819 or 10298812. OLE color: 10298812.

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

Color convert

RGB 188 37 157 -
CMYK 0 0.80 0.16 0.26
HSL 312.32º 0.67% 0.44% -
HSV(B) 312.32º 0.8% 0.74% -
XYZ 27.49 14.45 33.24 -
YUV 95.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 188 37 157 0 0.80 0.16 0.26 312.32 0.67 0.44
Hex BC 25 9D 0 50 10 1A 138 43 2C
Octal 274 45 235 0 120 20 32 470 103 54
Binary 10111100 100101 10011101 0 1010000 10000 11010 100111000 1000011 101100

Color Harmonies of #BC259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC259D

Black with #BC259D

Text Example


Text Example

White with #BC259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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