Html Css Color HEX #BC28AA Medium Red Violet

📋 copy color: '#BC28AA'

red 188 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #BC28AA

Tints of Medium Red Violet #BC28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.05%

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

R = 47.24%
G = 10.05%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC28AA (or 0xBC28AA) is known color: Medium Red Violet. HEX triplet: BC, 28 and AA. RGB value is (188,40,170). Sum of RGB (Red+Green+Blue) = 188+40+170=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28AA is #43D755. Grayscale: #626262. Windows color (decimal): -4446038 or 11151548. OLE color: 11151548.

HSL color Cylindrical-coordinate representation of color #BC28AA: hue angle of 307.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC28AA is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 170 -
CMYK 0 0.79 0.10 0.26
HSL 307.3º 0.65% 0.45% -
HSV(B) 307.3º 0.79% 0.74% -
XYZ 28.75 15.11 39.43 -
YUV 99.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 188 40 170 0 0.79 0.10 0.26 307.3 0.65 0.45
Hex BC 28 AA 0 4F A 1A 133 41 2D
Octal 274 50 252 0 117 12 32 463 101 55
Binary 10111100 101000 10101010 0 1001111 1010 11010 100110011 1000001 101101

Color Harmonies of #BC28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28AA

Black with #BC28AA

Text Example


Text Example

White with #BC28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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