Html Css Color HEX #BD0DA7 Medium Violet Red

📋 copy color: '#BD0DA7'

red 189 ◦ green 13 ◦ blue 167

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

Shades of Medium Violet Red #BD0DA7

Tints of Medium Violet Red #BD0DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.26%

R = 51.22%
G = 3.52%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD0DA7 (or 0xBD0DA7) is known color: Medium Violet Red. HEX triplet: BD, 0D and A7. RGB value is (189,13,167). Sum of RGB (Red+Green+Blue) = 189+13+167=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0DA7 is #42F258. Grayscale: #525252. Windows color (decimal): -4387417 or 10948029. OLE color: 10948029.

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

Color convert

RGB 189 13 167 -
CMYK 0 0.93 0.12 0.26
HSL 307.5º 0.87% 0.4% -
HSV(B) 307.5º 0.93% 0.74% -
XYZ 28.11 13.9 37.76 -
YUV 83.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 189 13 167 0 0.93 0.12 0.26 307.5 0.87 0.4
Hex BD D A7 0 5D C 1A 134 57 28
Octal 275 15 247 0 135 14 32 464 127 50
Binary 10111101 1101 10100111 0 1011101 1100 11010 100110100 1010111 101000

Color Harmonies of #BD0DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0DA7

Black with #BD0DA7

Text Example


Text Example

White with #BD0DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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