Html Css Color HEX #BC26AA Medium Red Violet

📋 copy color: '#BC26AA'

red 188 ◦ green 38 ◦ blue 170

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

Shades of Medium Red Violet #BC26AA

Tints of Medium Red Violet #BC26AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 47.47%
G = 9.6%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC26AA (or 0xBC26AA) is known color: Medium Red Violet. HEX triplet: BC, 26 and AA. RGB value is (188,38,170). Sum of RGB (Red+Green+Blue) = 188+38+170=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26AA is #43D955. Grayscale: #616161. Windows color (decimal): -4446550 or 11151036. OLE color: 11151036.

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

Color convert

RGB 188 38 170 -
CMYK 0 0.80 0.10 0.26
HSL 307.2º 0.66% 0.44% -
HSV(B) 307.2º 0.8% 0.74% -
XYZ 28.69 14.98 39.41 -
YUV 97.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 188 38 170 0 0.80 0.10 0.26 307.2 0.66 0.44
Hex BC 26 AA 0 50 A 1A 133 42 2C
Octal 274 46 252 0 120 12 32 463 102 54
Binary 10111100 100110 10101010 0 1010000 1010 11010 100110011 1000010 101100

Color Harmonies of #BC26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26AA

Black with #BC26AA

Text Example


Text Example

White with #BC26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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