Html Css Color HEX #BD078C Medium Violet Red

📋 copy color: '#BD078C'

red 189 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #BD078C

Tints of Medium Violet Red #BD078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 56.25%
G = 2.08%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD078C (or 0xBD078C) is known color: Medium Violet Red. HEX triplet: BD, 07 and 8C. RGB value is (189,7,140). Sum of RGB (Red+Green+Blue) = 189+7+140=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD078C is #42F873. Grayscale: #4C4C4C. Windows color (decimal): -4388980 or 9177021. OLE color: 9177021.

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

Color convert

RGB 189 7 140 -
CMYK 0 0.96 0.26 0.26
HSL 316.15º 0.93% 0.38% -
HSV(B) 316.15º 0.96% 0.74% -
XYZ 25.8 12.86 25.93 -
YUV 76.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 189 7 140 0 0.96 0.26 0.26 316.15 0.93 0.38
Hex BD 7 8C 0 60 1A 1A 13C 5D 26
Octal 275 7 214 0 140 32 32 474 135 46
Binary 10111101 111 10001100 0 1100000 11010 11010 100111100 1011101 100110

Color Harmonies of #BD078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD078C

Black with #BD078C

Text Example


Text Example

White with #BD078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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