Html Css Color HEX #BD2C96 Medium Red Violet

📋 copy color: '#BD2C96'

red 189 ◦ green 44 ◦ blue 150

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

Shades of Medium Red Violet #BD2C96

Tints of Medium Red Violet #BD2C96

RGB

 RED value IS 189 (74.22% from 255) = 49.35%

 GREEN value IS 44 (17.58% from 255) = 11.49%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 49.35%
G = 11.49%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD2C96 (or 0xBD2C96) is known color: Medium Red Violet. HEX triplet: BD, 2C and 96. RGB value is (189,44,150). Sum of RGB (Red+Green+Blue) = 189+44+150=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C96 is #42D369. Grayscale: #636363. Windows color (decimal): -4379498 or 9841853. OLE color: 9841853.

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

Color convert

RGB 189 44 150 -
CMYK 0 0.77 0.21 0.26
HSL 316.14º 0.62% 0.46% -
HSV(B) 316.14º 0.77% 0.74% -
XYZ 27.39 14.82 30.27 -
YUV 99.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 189 44 150 0 0.77 0.21 0.26 316.14 0.62 0.46
Hex BD 2C 96 0 4D 15 1A 13C 3E 2E
Octal 275 54 226 0 115 25 32 474 76 56
Binary 10111101 101100 10010110 0 1001101 10101 11010 100111100 111110 101110

Color Harmonies of #BD2C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C96

Black with #BD2C96

Text Example


Text Example

White with #BD2C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C96; }

 p { color: rgb(189,44,150); }

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

background-color css

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

 a { background-color: rgb(189,44,150); }

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

border-color css

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

 span { border-color: rgb(189,44,150); }

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