Html Css Color HEX #BD0697 Medium Violet Red

📋 copy color: '#BD0697'

red 189 ◦ green 6 ◦ blue 151

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

Shades of Medium Violet Red #BD0697

Tints of Medium Violet Red #BD0697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 54.62%
G = 1.73%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD0697 (or 0xBD0697) is known color: Medium Violet Red. HEX triplet: BD, 06 and 97. RGB value is (189,6,151). Sum of RGB (Red+Green+Blue) = 189+6+151=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0697 is #42F968. Grayscale: #4C4C4C. Windows color (decimal): -4389225 or 9897661. OLE color: 9897661.

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

Color convert

RGB 189 6 151 -
CMYK 0 0.97 0.20 0.26
HSL 312.46º 0.94% 0.38% -
HSV(B) 312.46º 0.97% 0.74% -
XYZ 26.64 13.18 30.42 -
YUV 77.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 189 6 151 0 0.97 0.20 0.26 312.46 0.94 0.38
Hex BD 6 97 0 61 14 1A 138 5E 26
Octal 275 6 227 0 141 24 32 470 136 46
Binary 10111101 110 10010111 0 1100001 10100 11010 100111000 1011110 100110

Color Harmonies of #BD0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0697

Black with #BD0697

Text Example


Text Example

White with #BD0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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