Html Css Color HEX #BD096F Medium Violet Red

📋 copy color: '#BD096F'

red 189 ◦ green 9 ◦ blue 111

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

Shades of Medium Violet Red #BD096F

Tints of Medium Violet Red #BD096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 61.17%
G = 2.91%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD096F (or 0xBD096F) is known color: Medium Violet Red. HEX triplet: BD, 09 and 6F. RGB value is (189,9,111). Sum of RGB (Red+Green+Blue) = 189+9+111=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD096F is #42F690. Grayscale: #4A4A4A. Windows color (decimal): -4388497 or 7276989. OLE color: 7276989.

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

Color convert

RGB 189 9 111 -
CMYK 0 0.95 0.41 0.26
HSL 326º 0.91% 0.39% -
HSV(B) 326º 0.95% 0.74% -
XYZ 23.95 12.16 16.12 -
YUV 74.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 189 9 111 0 0.95 0.41 0.26 326 0.91 0.39
Hex BD 9 6F 0 5F 29 1A 146 5B 27
Octal 275 11 157 0 137 51 32 506 133 47
Binary 10111101 1001 1101111 0 1011111 101001 11010 101000110 1011011 100111

Color Harmonies of #BD096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD096F

Black with #BD096F

Text Example


Text Example

White with #BD096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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