Html Css Color HEX #BD087E Medium Violet Red

📋 copy color: '#BD087E'

red 189 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #BD087E

Tints of Medium Violet Red #BD087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 58.51%
G = 2.48%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD087E (or 0xBD087E) is known color: Medium Violet Red. HEX triplet: BD, 08 and 7E. RGB value is (189,8,126). Sum of RGB (Red+Green+Blue) = 189+8+126=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD087E is #42F781. Grayscale: #4B4B4B. Windows color (decimal): -4388738 or 8259773. OLE color: 8259773.

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

Color convert

RGB 189 8 126 -
CMYK 0 0.96 0.33 0.26
HSL 320.88º 0.92% 0.39% -
HSV(B) 320.88º 0.96% 0.74% -
XYZ 24.84 12.5 20.84 -
YUV 75.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 189 8 126 0 0.96 0.33 0.26 320.88 0.92 0.39
Hex BD 8 7E 0 60 21 1A 141 5C 27
Octal 275 10 176 0 140 41 32 501 134 47
Binary 10111101 1000 1111110 0 1100000 100001 11010 101000001 1011100 100111

Color Harmonies of #BD087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD087E

Black with #BD087E

Text Example


Text Example

White with #BD087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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