Html Css Color HEX #BD0694 Medium Violet Red

📋 copy color: '#BD0694'

red 189 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #BD0694

Tints of Medium Violet Red #BD0694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 55.1%
G = 1.75%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD0694 (or 0xBD0694) is known color: Medium Violet Red. HEX triplet: BD, 06 and 94. RGB value is (189,6,148). Sum of RGB (Red+Green+Blue) = 189+6+148=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0694 is #42F96B. Grayscale: #4C4C4C. Windows color (decimal): -4389228 or 9701053. OLE color: 9701053.

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

Color convert

RGB 189 6 148 -
CMYK 0 0.97 0.22 0.26
HSL 313.44º 0.94% 0.38% -
HSV(B) 313.44º 0.97% 0.74% -
XYZ 26.4 13.09 29.15 -
YUV 76.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 189 6 148 0 0.97 0.22 0.26 313.44 0.94 0.38
Hex BD 6 94 0 61 16 1A 139 5E 26
Octal 275 6 224 0 141 26 32 471 136 46
Binary 10111101 110 10010100 0 1100001 10110 11010 100111001 1011110 100110

Color Harmonies of #BD0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0694

Black with #BD0694

Text Example


Text Example

White with #BD0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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