Html Css Color HEX #BC257A Medium Red Violet

📋 copy color: '#BC257A'

red 188 ◦ green 37 ◦ blue 122

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

Shades of Medium Red Violet #BC257A

Tints of Medium Red Violet #BC257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 54.18%
G = 10.66%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC257A (or 0xBC257A) is known color: Medium Red Violet. HEX triplet: BC, 25 and 7A. RGB value is (188,37,122). Sum of RGB (Red+Green+Blue) = 188+37+122=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC257A is #43DA85. Grayscale: #5B5B5B. Windows color (decimal): -4446854 or 8005052. OLE color: 8005052.

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

Color convert

RGB 188 37 122 -
CMYK 0 0.80 0.35 0.26
HSL 326.23º 0.67% 0.44% -
HSV(B) 326.23º 0.8% 0.74% -
XYZ 24.91 13.42 19.69 -
YUV 91.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 188 37 122 0 0.80 0.35 0.26 326.23 0.67 0.44
Hex BC 25 7A 0 50 23 1A 146 43 2C
Octal 274 45 172 0 120 43 32 506 103 54
Binary 10111100 100101 1111010 0 1010000 100011 11010 101000110 1000011 101100

Color Harmonies of #BC257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC257A

Black with #BC257A

Text Example


Text Example

White with #BC257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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