Html Css Color HEX #BD098D Medium Violet Red

📋 copy color: '#BD098D'

red 189 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #BD098D

Tints of Medium Violet Red #BD098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 55.75%
G = 2.65%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD098D (or 0xBD098D) is known color: Medium Violet Red. HEX triplet: BD, 09 and 8D. RGB value is (189,9,141). Sum of RGB (Red+Green+Blue) = 189+9+141=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD098D is #42F672. Grayscale: #4D4D4D. Windows color (decimal): -4388467 or 9243069. OLE color: 9243069.

HSL color Cylindrical-coordinate representation of color #BD098D: hue angle of 316º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD098D is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 9 141 -
CMYK 0 0.95 0.25 0.26
HSL 316º 0.91% 0.39% -
HSV(B) 316º 0.95% 0.74% -
XYZ 25.89 12.94 26.33 -
YUV 77.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 189 9 141 0 0.95 0.25 0.26 316 0.91 0.39
Hex BD 9 8D 0 5F 19 1A 13C 5B 27
Octal 275 11 215 0 137 31 32 474 133 47
Binary 10111101 1001 10001101 0 1011111 11001 11010 100111100 1011011 100111

Color Harmonies of #BD098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD098D

Black with #BD098D

Text Example


Text Example

White with #BD098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD098D; }

 p { color: rgb(189,9,141); }

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

background-color css

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

 a { background-color: rgb(189,9,141); }

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

border-color css

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

 span { border-color: rgb(189,9,141); }

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