Html Css Color HEX #BD097E Medium Violet Red

📋 copy color: '#BD097E'

red 189 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #BD097E

Tints of Medium Violet Red #BD097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 58.33%
G = 2.78%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD097E (or 0xBD097E) is known color: Medium Violet Red. HEX triplet: BD, 09 and 7E. RGB value is (189,9,126). Sum of RGB (Red+Green+Blue) = 189+9+126=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD097E is #42F681. Grayscale: #4B4B4B. Windows color (decimal): -4388482 or 8260029. OLE color: 8260029.

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

Color convert

RGB 189 9 126 -
CMYK 0 0.95 0.33 0.26
HSL 321º 0.91% 0.39% -
HSV(B) 321º 0.95% 0.74% -
XYZ 24.85 12.52 20.85 -
YUV 76.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 189 9 126 0 0.95 0.33 0.26 321 0.91 0.39
Hex BD 9 7E 0 5F 21 1A 141 5B 27
Octal 275 11 176 0 137 41 32 501 133 47
Binary 10111101 1001 1111110 0 1011111 100001 11010 101000001 1011011 100111

Color Harmonies of #BD097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD097E

Black with #BD097E

Text Example


Text Example

White with #BD097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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