Html Css Color HEX #BD087D Medium Violet Red

📋 copy color: '#BD087D'

red 189 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #BD087D

Tints of Medium Violet Red #BD087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 58.7%
G = 2.48%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD087D (or 0xBD087D) is known color: Medium Violet Red. HEX triplet: BD, 08 and 7D. RGB value is (189,8,125). Sum of RGB (Red+Green+Blue) = 189+8+125=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD087D is #42F782. Grayscale: #4B4B4B. Windows color (decimal): -4388739 or 8194237. OLE color: 8194237.

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

Color convert

RGB 189 8 125 -
CMYK 0 0.96 0.34 0.26
HSL 321.22º 0.92% 0.39% -
HSV(B) 321.22º 0.96% 0.74% -
XYZ 24.77 12.47 20.5 -
YUV 75.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 189 8 125 0 0.96 0.34 0.26 321.22 0.92 0.39
Hex BD 8 7D 0 60 22 1A 141 5C 27
Octal 275 10 175 0 140 42 32 501 134 47
Binary 10111101 1000 1111101 0 1100000 100010 11010 101000001 1011100 100111

Color Harmonies of #BD087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD087D

Black with #BD087D

Text Example


Text Example

White with #BD087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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