Html Css Color HEX #BD0897 Medium Violet Red

📋 copy color: '#BD0897'

red 189 ◦ green 8 ◦ blue 151

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

Shades of Medium Violet Red #BD0897

Tints of Medium Violet Red #BD0897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 54.31%
G = 2.3%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD0897 (or 0xBD0897) is known color: Medium Violet Red. HEX triplet: BD, 08 and 97. RGB value is (189,8,151). Sum of RGB (Red+Green+Blue) = 189+8+151=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0897 is #42F768. Grayscale: #4E4E4E. Windows color (decimal): -4388713 or 9898173. OLE color: 9898173.

HSL color Cylindrical-coordinate representation of color #BD0897: hue angle of 312.6º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0897 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 151 -
CMYK 0 0.96 0.20 0.26
HSL 312.6º 0.92% 0.39% -
HSV(B) 312.6º 0.96% 0.74% -
XYZ 26.66 13.23 30.43 -
YUV 78.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 189 8 151 0 0.96 0.20 0.26 312.6 0.92 0.39
Hex BD 8 97 0 60 14 1A 139 5C 27
Octal 275 10 227 0 140 24 32 471 134 47
Binary 10111101 1000 10010111 0 1100000 10100 11010 100111001 1011100 100111

Color Harmonies of #BD0897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0897

Black with #BD0897

Text Example


Text Example

White with #BD0897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0897; }

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

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

background-color css

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

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

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

border-color css

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

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

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