Html Css Color HEX #BC26AB Medium Red Violet

📋 copy color: '#BC26AB'

red 188 ◦ green 38 ◦ blue 171

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

Shades of Medium Red Violet #BC26AB

Tints of Medium Red Violet #BC26AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 47.36%
G = 9.57%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC26AB (or 0xBC26AB) is known color: Medium Red Violet. HEX triplet: BC, 26 and AB. RGB value is (188,38,171). Sum of RGB (Red+Green+Blue) = 188+38+171=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26AB is #43D954. Grayscale: #616161. Windows color (decimal): -4446549 or 11216572. OLE color: 11216572.

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

Color convert

RGB 188 38 171 -
CMYK 0 0.80 0.09 0.26
HSL 306.8º 0.66% 0.44% -
HSV(B) 306.8º 0.8% 0.74% -
XYZ 28.78 15.02 39.91 -
YUV 98.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 188 38 171 0 0.80 0.09 0.26 306.8 0.66 0.44
Hex BC 26 AB 0 50 9 1A 133 42 2C
Octal 274 46 253 0 120 11 32 463 102 54
Binary 10111100 100110 10101011 0 1010000 1001 11010 100110011 1000010 101100

Color Harmonies of #BC26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26AB

Black with #BC26AB

Text Example


Text Example

White with #BC26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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