Html Css Color HEX #BD078D Medium Violet Red

📋 copy color: '#BD078D'

red 189 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #BD078D

Tints of Medium Violet Red #BD078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 56.08%
G = 2.08%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD078D (or 0xBD078D) is known color: Medium Violet Red. HEX triplet: BD, 07 and 8D. RGB value is (189,7,141). Sum of RGB (Red+Green+Blue) = 189+7+141=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD078D is #42F872. Grayscale: #4C4C4C. Windows color (decimal): -4388979 or 9242557. OLE color: 9242557.

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

Color convert

RGB 189 7 141 -
CMYK 0 0.96 0.25 0.26
HSL 315.82º 0.93% 0.38% -
HSV(B) 315.82º 0.96% 0.74% -
XYZ 25.87 12.89 26.32 -
YUV 76.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 189 7 141 0 0.96 0.25 0.26 315.82 0.93 0.38
Hex BD 7 8D 0 60 19 1A 13C 5D 26
Octal 275 7 215 0 140 31 32 474 135 46
Binary 10111101 111 10001101 0 1100000 11001 11010 100111100 1011101 100110

Color Harmonies of #BD078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD078D

Black with #BD078D

Text Example


Text Example

White with #BD078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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