Html Css Color HEX #BD0176 Medium Violet Red

📋 copy color: '#BD0176'

red 189 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #BD0176

Tints of Medium Violet Red #BD0176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 61.36%
G = 0.32%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD0176 (or 0xBD0176) is known color: Medium Violet Red. HEX triplet: BD, 01 and 76. RGB value is (189,1,118). Sum of RGB (Red+Green+Blue) = 189+1+118=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0176 is #42FE89. Grayscale: #464646. Windows color (decimal): -4390538 or 7733693. OLE color: 7733693.

HSL color Cylindrical-coordinate representation of color #BD0176: hue angle of 322.66º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0176 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 118 -
CMYK 0 0.99 0.38 0.26
HSL 322.66º 0.99% 0.37% -
HSV(B) 322.66º 0.99% 0.74% -
XYZ 24.27 12.15 18.21 -
YUV 70.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 189 1 118 0 0.99 0.38 0.26 322.66 0.99 0.37
Hex BD 1 76 0 63 26 1A 143 63 25
Octal 275 1 166 0 143 46 32 503 143 45
Binary 10111101 1 1110110 0 1100011 100110 11010 101000011 1100011 100101

Color Harmonies of #BD0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0176

Black with #BD0176

Text Example


Text Example

White with #BD0176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0176; }

 p { color: rgb(189,1,118); }

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

background-color css

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

 a { background-color: rgb(189,1,118); }

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

border-color css

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

 span { border-color: rgb(189,1,118); }

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