Html Css Color HEX #BD067C Medium Violet Red

📋 copy color: '#BD067C'

red 189 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #BD067C

Tints of Medium Violet Red #BD067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 59.25%
G = 1.88%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD067C (or 0xBD067C) is known color: Medium Violet Red. HEX triplet: BD, 06 and 7C. RGB value is (189,6,124). Sum of RGB (Red+Green+Blue) = 189+6+124=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD067C is #42F983. Grayscale: #494949. Windows color (decimal): -4389252 or 8128189. OLE color: 8128189.

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

Color convert

RGB 189 6 124 -
CMYK 0 0.97 0.34 0.26
HSL 321.31º 0.94% 0.38% -
HSV(B) 321.31º 0.97% 0.74% -
XYZ 24.69 12.4 20.16 -
YUV 74.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 189 6 124 0 0.97 0.34 0.26 321.31 0.94 0.38
Hex BD 6 7C 0 61 22 1A 141 5E 26
Octal 275 6 174 0 141 42 32 501 136 46
Binary 10111101 110 1111100 0 1100001 100010 11010 101000001 1011110 100110

Color Harmonies of #BD067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD067C

Black with #BD067C

Text Example


Text Example

White with #BD067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD067C; }

 p { color: rgb(189,6,124); }

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

background-color css

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

 a { background-color: rgb(189,6,124); }

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

border-color css

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

 span { border-color: rgb(189,6,124); }

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