Html Css Color HEX #BD0D9A Medium Violet Red

📋 copy color: '#BD0D9A'

red 189 ◦ green 13 ◦ blue 154

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

Shades of Medium Violet Red #BD0D9A

Tints of Medium Violet Red #BD0D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.65%

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 53.09%
G = 3.65%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD0D9A (or 0xBD0D9A) is known color: Medium Violet Red. HEX triplet: BD, 0D and 9A. RGB value is (189,13,154). Sum of RGB (Red+Green+Blue) = 189+13+154=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0D9A is #42F265. Grayscale: #515151. Windows color (decimal): -4387430 or 10096061. OLE color: 10096061.

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

Color convert

RGB 189 13 154 -
CMYK 0 0.93 0.19 0.26
HSL 311.93º 0.87% 0.4% -
HSV(B) 311.93º 0.93% 0.74% -
XYZ 26.96 13.44 31.74 -
YUV 81.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 189 13 154 0 0.93 0.19 0.26 311.93 0.87 0.4
Hex BD D 9A 0 5D 13 1A 138 57 28
Octal 275 15 232 0 135 23 32 470 127 50
Binary 10111101 1101 10011010 0 1011101 10011 11010 100111000 1010111 101000

Color Harmonies of #BD0D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0D9A

Black with #BD0D9A

Text Example


Text Example

White with #BD0D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0D9A; }

 p { color: rgb(189,13,154); }

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

background-color css

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

 a { background-color: rgb(189,13,154); }

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

border-color css

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

 span { border-color: rgb(189,13,154); }

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