Html Css Color HEX #BD0896 Medium Violet Red

📋 copy color: '#BD0896'

red 189 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #BD0896

Tints of Medium Violet Red #BD0896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 54.47%
G = 2.31%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD0896 (or 0xBD0896) is known color: Medium Violet Red. HEX triplet: BD, 08 and 96. RGB value is (189,8,150). Sum of RGB (Red+Green+Blue) = 189+8+150=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0896 is #42F769. Grayscale: #4D4D4D. Windows color (decimal): -4388714 or 9832637. OLE color: 9832637.

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

Color convert

RGB 189 8 150 -
CMYK 0 0.96 0.21 0.26
HSL 312.93º 0.92% 0.39% -
HSV(B) 312.93º 0.96% 0.74% -
XYZ 26.58 13.19 30 -
YUV 78.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 189 8 150 0 0.96 0.21 0.26 312.93 0.92 0.39
Hex BD 8 96 0 60 15 1A 139 5C 27
Octal 275 10 226 0 140 25 32 471 134 47
Binary 10111101 1000 10010110 0 1100000 10101 11010 100111001 1011100 100111

Color Harmonies of #BD0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0896

Black with #BD0896

Text Example


Text Example

White with #BD0896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0896; }

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

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

background-color css

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

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

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

border-color css

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

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

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