Html Css Color HEX #BD0BA0 Medium Violet Red

📋 copy color: '#BD0BA0'

red 189 ◦ green 11 ◦ blue 160

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

Shades of Medium Violet Red #BD0BA0

Tints of Medium Violet Red #BD0BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 52.5%
G = 3.06%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD0BA0 (or 0xBD0BA0) is known color: Medium Violet Red. HEX triplet: BD, 0B and A0. RGB value is (189,11,160). Sum of RGB (Red+Green+Blue) = 189+11+160=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BA0 is #42F45F. Grayscale: #505050. Windows color (decimal): -4387936 or 10488765. OLE color: 10488765.

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

Color convert

RGB 189 11 160 -
CMYK 0 0.94 0.15 0.26
HSL 309.78º 0.89% 0.39% -
HSV(B) 309.78º 0.94% 0.74% -
XYZ 27.45 13.6 34.44 -
YUV 81.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 189 11 160 0 0.94 0.15 0.26 309.78 0.89 0.39
Hex BD B A0 0 5E F 1A 136 59 27
Octal 275 13 240 0 136 17 32 466 131 47
Binary 10111101 1011 10100000 0 1011110 1111 11010 100110110 1011001 100111

Color Harmonies of #BD0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0BA0

Black with #BD0BA0

Text Example


Text Example

White with #BD0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0BA0; }

 p { color: rgb(189,11,160); }

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

background-color css

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

 a { background-color: rgb(189,11,160); }

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

border-color css

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

 span { border-color: rgb(189,11,160); }

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