Html Css Color HEX #BC2DAB Medium Red Violet

📋 copy color: '#BC2DAB'

red 188 ◦ green 45 ◦ blue 171

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

Shades of Medium Red Violet #BC2DAB

Tints of Medium Red Violet #BC2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.14%

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

R = 46.53%
G = 11.14%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC2DAB (or 0xBC2DAB) is known color: Medium Red Violet. HEX triplet: BC, 2D and AB. RGB value is (188,45,171). Sum of RGB (Red+Green+Blue) = 188+45+171=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DAB is #43D254. Grayscale: #656565. Windows color (decimal): -4444757 or 11218364. OLE color: 11218364.

HSL color Cylindrical-coordinate representation of color #BC2DAB: hue angle of 307.13º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DAB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 171 -
CMYK 0 0.76 0.09 0.26
HSL 307.13º 0.61% 0.46% -
HSV(B) 307.13º 0.76% 0.74% -
XYZ 29.03 15.51 39.99 -
YUV 102.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 188 45 171 0 0.76 0.09 0.26 307.13 0.61 0.46
Hex BC 2D AB 0 4C 9 1A 133 3D 2E
Octal 274 55 253 0 114 11 32 463 75 56
Binary 10111100 101101 10101011 0 1001100 1001 11010 100110011 111101 101110

Color Harmonies of #BC2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DAB

Black with #BC2DAB

Text Example


Text Example

White with #BC2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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