Html Css Color HEX #BD078A Medium Violet Red

📋 copy color: '#BD078A'

red 189 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #BD078A

Tints of Medium Violet Red #BD078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 56.59%
G = 2.1%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD078A (or 0xBD078A) is known color: Medium Violet Red. HEX triplet: BD, 07 and 8A. RGB value is (189,7,138). Sum of RGB (Red+Green+Blue) = 189+7+138=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD078A is #42F875. Grayscale: #4C4C4C. Windows color (decimal): -4388982 or 9045949. OLE color: 9045949.

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

Color convert

RGB 189 7 138 -
CMYK 0 0.96 0.27 0.26
HSL 316.81º 0.93% 0.38% -
HSV(B) 316.81º 0.96% 0.74% -
XYZ 25.65 12.81 25.16 -
YUV 76.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 189 7 138 0 0.96 0.27 0.26 316.81 0.93 0.38
Hex BD 7 8A 0 60 1B 1A 13D 5D 26
Octal 275 7 212 0 140 33 32 475 135 46
Binary 10111101 111 10001010 0 1100000 11011 11010 100111101 1011101 100110

Color Harmonies of #BD078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD078A

Black with #BD078A

Text Example


Text Example

White with #BD078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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