Html Css Color HEX #BD0283 Medium Violet Red

📋 copy color: '#BD0283'

red 189 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #BD0283

Tints of Medium Violet Red #BD0283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.68%

R = 58.7%
G = 0.62%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD0283 (or 0xBD0283) is known color: Medium Violet Red. HEX triplet: BD, 02 and 83. RGB value is (189,2,131). Sum of RGB (Red+Green+Blue) = 189+2+131=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0283 is #42FD7C. Grayscale: #484848. Windows color (decimal): -4390269 or 8585917. OLE color: 8585917.

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

Color convert

RGB 189 2 131 -
CMYK 0 0.99 0.31 0.26
HSL 318.61º 0.98% 0.37% -
HSV(B) 318.61º 0.99% 0.74% -
XYZ 25.1 12.5 22.56 -
YUV 72.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 189 2 131 0 0.99 0.31 0.26 318.61 0.98 0.37
Hex BD 2 83 0 63 1F 1A 13F 62 25
Octal 275 2 203 0 143 37 32 477 142 45
Binary 10111101 10 10000011 0 1100011 11111 11010 100111111 1100010 100101

Color Harmonies of #BD0283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0283

Black with #BD0283

Text Example


Text Example

White with #BD0283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0283; }

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

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

background-color css

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

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

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

border-color css

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

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

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