Html Css Color HEX #BD0798 Medium Violet Red

📋 copy color: '#BD0798'

red 189 ◦ green 7 ◦ blue 152

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

Shades of Medium Violet Red #BD0798

Tints of Medium Violet Red #BD0798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 54.31%
G = 2.01%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD0798 (or 0xBD0798) is known color: Medium Violet Red. HEX triplet: BD, 07 and 98. RGB value is (189,7,152). Sum of RGB (Red+Green+Blue) = 189+7+152=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0798 is #42F867. Grayscale: #4D4D4D. Windows color (decimal): -4388968 or 9963453. OLE color: 9963453.

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

Color convert

RGB 189 7 152 -
CMYK 0 0.96 0.20 0.26
HSL 312.2º 0.93% 0.38% -
HSV(B) 312.2º 0.96% 0.74% -
XYZ 26.73 13.24 30.85 -
YUV 77.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 189 7 152 0 0.96 0.20 0.26 312.2 0.93 0.38
Hex BD 7 98 0 60 14 1A 138 5D 26
Octal 275 7 230 0 140 24 32 470 135 46
Binary 10111101 111 10011000 0 1100000 10100 11010 100111000 1011101 100110

Color Harmonies of #BD0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0798

Black with #BD0798

Text Example


Text Example

White with #BD0798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0798; }

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

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

background-color css

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

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

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

border-color css

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

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

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