Html Css Color HEX #BD067F Medium Violet Red

📋 copy color: '#BD067F'

red 189 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #BD067F

Tints of Medium Violet Red #BD067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 58.7%
G = 1.86%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD067F (or 0xBD067F) is known color: Medium Violet Red. HEX triplet: BD, 06 and 7F. RGB value is (189,6,127). Sum of RGB (Red+Green+Blue) = 189+6+127=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD067F is #42F980. Grayscale: #4A4A4A. Windows color (decimal): -4389249 or 8324797. OLE color: 8324797.

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

Color convert

RGB 189 6 127 -
CMYK 0 0.97 0.33 0.26
HSL 320.33º 0.94% 0.38% -
HSV(B) 320.33º 0.97% 0.74% -
XYZ 24.88 12.48 21.18 -
YUV 74.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 189 6 127 0 0.97 0.33 0.26 320.33 0.94 0.38
Hex BD 6 7F 0 61 21 1A 140 5E 26
Octal 275 6 177 0 141 41 32 500 136 46
Binary 10111101 110 1111111 0 1100001 100001 11010 101000000 1011110 100110

Color Harmonies of #BD067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD067F

Black with #BD067F

Text Example


Text Example

White with #BD067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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