Html Css Color HEX #BD2EAA Medium Red Violet

📋 copy color: '#BD2EAA'

red 189 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #BD2EAA

Tints of Medium Red Violet #BD2EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.36%

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

R = 46.67%
G = 11.36%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD2EAA (or 0xBD2EAA) is known color: Medium Red Violet. HEX triplet: BD, 2E and AA. RGB value is (189,46,170). Sum of RGB (Red+Green+Blue) = 189+46+170=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2EAA is #42D155. Grayscale: #666666. Windows color (decimal): -4378966 or 11153085. OLE color: 11153085.

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

Color convert

RGB 189 46 170 -
CMYK 0 0.76 0.10 0.26
HSL 307.97º 0.61% 0.46% -
HSV(B) 307.97º 0.76% 0.74% -
XYZ 29.22 15.68 39.52 -
YUV 102.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 189 46 170 0 0.76 0.10 0.26 307.97 0.61 0.46
Hex BD 2E AA 0 4C A 1A 134 3D 2E
Octal 275 56 252 0 114 12 32 464 75 56
Binary 10111101 101110 10101010 0 1001100 1010 11010 100110100 111101 101110

Color Harmonies of #BD2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2EAA

Black with #BD2EAA

Text Example


Text Example

White with #BD2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2EAA; }

 p { color: rgb(189,46,170); }

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

background-color css

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

 a { background-color: rgb(189,46,170); }

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

border-color css

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

 span { border-color: rgb(189,46,170); }

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