Html Css Color HEX #BD0689 Medium Violet Red

📋 copy color: '#BD0689'

red 189 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #BD0689

Tints of Medium Violet Red #BD0689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 56.93%
G = 1.81%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD0689 (or 0xBD0689) is known color: Medium Violet Red. HEX triplet: BD, 06 and 89. RGB value is (189,6,137). Sum of RGB (Red+Green+Blue) = 189+6+137=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0689 is #42F976. Grayscale: #4B4B4B. Windows color (decimal): -4389239 or 8980157. OLE color: 8980157.

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

Color convert

RGB 189 6 137 -
CMYK 0 0.97 0.28 0.26
HSL 317.05º 0.94% 0.38% -
HSV(B) 317.05º 0.97% 0.74% -
XYZ 25.57 12.76 24.78 -
YUV 75.65 162.63 208.85 -
System Red Green Blue C M Y K H S L
Decimal 189 6 137 0 0.97 0.28 0.26 317.05 0.94 0.38
Hex BD 6 89 0 61 1C 1A 13D 5E 26
Octal 275 6 211 0 141 34 32 475 136 46
Binary 10111101 110 10001001 0 1100001 11100 11010 100111101 1011110 100110

Color Harmonies of #BD0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0689

Black with #BD0689

Text Example


Text Example

White with #BD0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0689; }

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

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

background-color css

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

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

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

border-color css

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

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

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