Html Css Color HEX #BD0EA5 Medium Violet Red

📋 copy color: '#BD0EA5'

red 189 ◦ green 14 ◦ blue 165

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

Shades of Medium Violet Red #BD0EA5

Tints of Medium Violet Red #BD0EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 51.36%
G = 3.8%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD0EA5 (or 0xBD0EA5) is known color: Medium Violet Red. HEX triplet: BD, 0E and A5. RGB value is (189,14,165). Sum of RGB (Red+Green+Blue) = 189+14+165=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EA5 is #42F15A. Grayscale: #535353. Windows color (decimal): -4387163 or 10817213. OLE color: 10817213.

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

Color convert

RGB 189 14 165 -
CMYK 0 0.93 0.13 0.26
HSL 308.23º 0.86% 0.4% -
HSV(B) 308.23º 0.93% 0.74% -
XYZ 27.93 13.85 36.8 -
YUV 83.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 189 14 165 0 0.93 0.13 0.26 308.23 0.86 0.4
Hex BD E A5 0 5D D 1A 134 56 28
Octal 275 16 245 0 135 15 32 464 126 50
Binary 10111101 1110 10100101 0 1011101 1101 11010 100110100 1010110 101000

Color Harmonies of #BD0EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EA5

Black with #BD0EA5

Text Example


Text Example

White with #BD0EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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