Html Css Color HEX #BC26A0 Medium Red Violet

📋 copy color: '#BC26A0'

red 188 ◦ green 38 ◦ blue 160

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

Shades of Medium Red Violet #BC26A0

Tints of Medium Red Violet #BC26A0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.84%

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 48.7%
G = 9.84%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC26A0 (or 0xBC26A0) is known color: Medium Red Violet. HEX triplet: BC, 26 and A0. RGB value is (188,38,160). Sum of RGB (Red+Green+Blue) = 188+38+160=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26A0 is #43D95F. Grayscale: #606060. Windows color (decimal): -4446560 or 10495676. OLE color: 10495676.

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

Color convert

RGB 188 38 160 -
CMYK 0 0.80 0.15 0.26
HSL 311.2º 0.66% 0.44% -
HSV(B) 311.2º 0.8% 0.74% -
XYZ 27.78 14.62 34.61 -
YUV 96.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 188 38 160 0 0.80 0.15 0.26 311.2 0.66 0.44
Hex BC 26 A0 0 50 F 1A 137 42 2C
Octal 274 46 240 0 120 17 32 467 102 54
Binary 10111100 100110 10100000 0 1010000 1111 11010 100110111 1000010 101100

Color Harmonies of #BC26A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26A0

Black with #BC26A0

Text Example


Text Example

White with #BC26A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26A0; }

 p { color: rgb(188,38,160); }

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

background-color css

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

 a { background-color: rgb(188,38,160); }

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

border-color css

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

 span { border-color: rgb(188,38,160); }

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