Html Css Color HEX #BD2098 Medium Violet Red

📋 copy color: '#BD2098'

red 189 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #BD2098

Tints of Medium Violet Red #BD2098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

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

R = 50.67%
G = 8.58%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD2098 (or 0xBD2098) is known color: Medium Violet Red. HEX triplet: BD, 20 and 98. RGB value is (189,32,152). Sum of RGB (Red+Green+Blue) = 189+32+152=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2098 is #42DF67. Grayscale: #5C5C5C. Windows color (decimal): -4382568 or 9969853. OLE color: 9969853.

HSL color Cylindrical-coordinate representation of color #BD2098: hue angle of 314.14º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2098 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 152 -
CMYK 0 0.83 0.20 0.26
HSL 314.14º 0.71% 0.43% -
HSV(B) 314.14º 0.83% 0.74% -
XYZ 27.17 14.12 31 -
YUV 92.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 189 32 152 0 0.83 0.20 0.26 314.14 0.71 0.43
Hex BD 20 98 0 53 14 1A 13A 47 2B
Octal 275 40 230 0 123 24 32 472 107 53
Binary 10111101 100000 10011000 0 1010011 10100 11010 100111010 1000111 101011

Color Harmonies of #BD2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2098

Black with #BD2098

Text Example


Text Example

White with #BD2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2098; }

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

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

background-color css

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

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

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

border-color css

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

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

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