Html Css Color HEX #BC26AE Medium Red Violet

📋 copy color: '#BC26AE'

red 188 ◦ green 38 ◦ blue 174

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

Shades of Medium Red Violet #BC26AE

Tints of Medium Red Violet #BC26AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 47%
G = 9.5%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC26AE (or 0xBC26AE) is known color: Medium Red Violet. HEX triplet: BC, 26 and AE. RGB value is (188,38,174). Sum of RGB (Red+Green+Blue) = 188+38+174=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26AE is #43D951. Grayscale: #616161. Windows color (decimal): -4446546 or 11413180. OLE color: 11413180.

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

Color convert

RGB 188 38 174 -
CMYK 0 0.80 0.07 0.26
HSL 305.6º 0.66% 0.44% -
HSV(B) 305.6º 0.8% 0.74% -
XYZ 29.07 15.13 41.43 -
YUV 98.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 188 38 174 0 0.80 0.07 0.26 305.6 0.66 0.44
Hex BC 26 AE 0 50 7 1A 132 42 2C
Octal 274 46 256 0 120 7 32 462 102 54
Binary 10111100 100110 10101110 0 1010000 111 11010 100110010 1000010 101100

Color Harmonies of #BC26AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26AE

Black with #BC26AE

Text Example


Text Example

White with #BC26AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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