Html Css Color HEX #BD0EA1 Medium Violet Red

📋 copy color: '#BD0EA1'

red 189 ◦ green 14 ◦ blue 161

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

Shades of Medium Violet Red #BD0EA1

Tints of Medium Violet Red #BD0EA1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.85%

 BLUE value IS 161 (63.28% from 255) = 44.23%

R = 51.92%
G = 3.85%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD0EA1 (or 0xBD0EA1) is known color: Medium Violet Red. HEX triplet: BD, 0E and A1. RGB value is (189,14,161). Sum of RGB (Red+Green+Blue) = 189+14+161=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EA1 is #42F15E. Grayscale: #525252. Windows color (decimal): -4387167 or 10555069. OLE color: 10555069.

HSL color Cylindrical-coordinate representation of color #BD0EA1: hue angle of 309.6º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EA1 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 161 -
CMYK 0 0.93 0.15 0.26
HSL 309.6º 0.86% 0.4% -
HSV(B) 309.6º 0.93% 0.74% -
XYZ 27.58 13.71 34.91 -
YUV 83.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 189 14 161 0 0.93 0.15 0.26 309.6 0.86 0.4
Hex BD E A1 0 5D F 1A 136 56 28
Octal 275 16 241 0 135 17 32 466 126 50
Binary 10111101 1110 10100001 0 1011101 1111 11010 100110110 1010110 101000

Color Harmonies of #BD0EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EA1

Black with #BD0EA1

Text Example


Text Example

White with #BD0EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EA1; }

 p { color: rgb(189,14,161); }

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

background-color css

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

 a { background-color: rgb(189,14,161); }

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

border-color css

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

 span { border-color: rgb(189,14,161); }

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