Html Css Color HEX #BD1EAC Medium Violet Red

📋 copy color: '#BD1EAC'

red 189 ◦ green 30 ◦ blue 172

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

Shades of Medium Violet Red #BD1EAC

Tints of Medium Violet Red #BD1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 48.34%
G = 7.67%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD1EAC (or 0xBD1EAC) is known color: Medium Violet Red. HEX triplet: BD, 1E and AC. RGB value is (189,30,172). Sum of RGB (Red+Green+Blue) = 189+30+172=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1EAC is #42E153. Grayscale: #5D5D5D. Windows color (decimal): -4383060 or 11280061. OLE color: 11280061.

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

Color convert

RGB 189 30 172 -
CMYK 0 0.84 0.09 0.26
HSL 306.42º 0.73% 0.43% -
HSV(B) 306.42º 0.84% 0.74% -
XYZ 28.9 14.73 40.35 -
YUV 93.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 189 30 172 0 0.84 0.09 0.26 306.42 0.73 0.43
Hex BD 1E AC 0 54 9 1A 132 49 2B
Octal 275 36 254 0 124 11 32 462 111 53
Binary 10111101 11110 10101100 0 1010100 1001 11010 100110010 1001001 101011

Color Harmonies of #BD1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EAC

Black with #BD1EAC

Text Example


Text Example

White with #BD1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EAC; }

 p { color: rgb(189,30,172); }

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

background-color css

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

 a { background-color: rgb(189,30,172); }

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

border-color css

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

 span { border-color: rgb(189,30,172); }

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