Html Css Color HEX #BD0792 Medium Violet Red

📋 copy color: '#BD0792'

red 189 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #BD0792

Tints of Medium Violet Red #BD0792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 55.26%
G = 2.05%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD0792 (or 0xBD0792) is known color: Medium Violet Red. HEX triplet: BD, 07 and 92. RGB value is (189,7,146). Sum of RGB (Red+Green+Blue) = 189+7+146=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0792 is #42F86D. Grayscale: #4C4C4C. Windows color (decimal): -4388974 or 9570237. OLE color: 9570237.

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

Color convert

RGB 189 7 146 -
CMYK 0 0.96 0.23 0.26
HSL 314.18º 0.93% 0.38% -
HSV(B) 314.18º 0.96% 0.74% -
XYZ 26.25 13.05 28.33 -
YUV 77.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 189 7 146 0 0.96 0.23 0.26 314.18 0.93 0.38
Hex BD 7 92 0 60 17 1A 13A 5D 26
Octal 275 7 222 0 140 27 32 472 135 46
Binary 10111101 111 10010010 0 1100000 10111 11010 100111010 1011101 100110

Color Harmonies of #BD0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0792

Black with #BD0792

Text Example


Text Example

White with #BD0792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0792; }

 p { color: rgb(189,7,146); }

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

background-color css

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

 a { background-color: rgb(189,7,146); }

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

border-color css

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

 span { border-color: rgb(189,7,146); }

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