Html Css Color HEX #BC259B Medium Red Violet

📋 copy color: '#BC259B'

red 188 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #BC259B

Tints of Medium Red Violet #BC259B

RGB

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

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

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

R = 49.47%
G = 9.74%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC259B (or 0xBC259B) is known color: Medium Red Violet. HEX triplet: BC, 25 and 9B. RGB value is (188,37,155). Sum of RGB (Red+Green+Blue) = 188+37+155=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC259B is #43DA64. Grayscale: #5F5F5F. Windows color (decimal): -4446821 or 10167740. OLE color: 10167740.

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

Color convert

RGB 188 37 155 -
CMYK 0 0.80 0.18 0.26
HSL 313.11º 0.67% 0.44% -
HSV(B) 313.11º 0.8% 0.74% -
XYZ 27.32 14.38 32.35 -
YUV 95.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 188 37 155 0 0.80 0.18 0.26 313.11 0.67 0.44
Hex BC 25 9B 0 50 12 1A 139 43 2C
Octal 274 45 233 0 120 22 32 471 103 54
Binary 10111100 100101 10011011 0 1010000 10010 11010 100111001 1000011 101100

Color Harmonies of #BC259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC259B

Black with #BC259B

Text Example


Text Example

White with #BC259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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