Html Css Color HEX #BD0695 Medium Violet Red

📋 copy color: '#BD0695'

red 189 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #BD0695

Tints of Medium Violet Red #BD0695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 54.94%
G = 1.74%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD0695 (or 0xBD0695) is known color: Medium Violet Red. HEX triplet: BD, 06 and 95. RGB value is (189,6,149). Sum of RGB (Red+Green+Blue) = 189+6+149=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0695 is #42F96A. Grayscale: #4C4C4C. Windows color (decimal): -4389227 or 9766589. OLE color: 9766589.

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

Color convert

RGB 189 6 149 -
CMYK 0 0.97 0.21 0.26
HSL 313.11º 0.94% 0.38% -
HSV(B) 313.11º 0.97% 0.74% -
XYZ 26.48 13.12 29.57 -
YUV 77.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 189 6 149 0 0.97 0.21 0.26 313.11 0.94 0.38
Hex BD 6 95 0 61 15 1A 139 5E 26
Octal 275 6 225 0 141 25 32 471 136 46
Binary 10111101 110 10010101 0 1100001 10101 11010 100111001 1011110 100110

Color Harmonies of #BD0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0695

Black with #BD0695

Text Example


Text Example

White with #BD0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0695; }

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

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

background-color css

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

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

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

border-color css

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

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

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