Html Css Color HEX #BD0277 Medium Violet Red

📋 copy color: '#BD0277'

red 189 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #BD0277

Tints of Medium Violet Red #BD0277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 60.97%
G = 0.65%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0277 (or 0xBD0277) is known color: Medium Violet Red. HEX triplet: BD, 02 and 77. RGB value is (189,2,119). Sum of RGB (Red+Green+Blue) = 189+2+119=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0277 is #42FD88. Grayscale: #464646. Windows color (decimal): -4390281 or 7799485. OLE color: 7799485.

HSL color Cylindrical-coordinate representation of color #BD0277: hue angle of 322.46º degrees, saturation: 0.98, 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 #BD0277 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 119 -
CMYK 0 0.99 0.37 0.26
HSL 322.46º 0.98% 0.37% -
HSV(B) 322.46º 0.99% 0.74% -
XYZ 24.34 12.19 18.52 -
YUV 71.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 189 2 119 0 0.99 0.37 0.26 322.46 0.98 0.37
Hex BD 2 77 0 63 25 1A 142 62 25
Octal 275 2 167 0 143 45 32 502 142 45
Binary 10111101 10 1110111 0 1100011 100101 11010 101000010 1100010 100101

Color Harmonies of #BD0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0277

Black with #BD0277

Text Example


Text Example

White with #BD0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0277; }

 p { color: rgb(189,2,119); }

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

background-color css

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

 a { background-color: rgb(189,2,119); }

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

border-color css

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

 span { border-color: rgb(189,2,119); }

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