Html Css Color HEX #BD1283 Medium Violet Red

📋 copy color: '#BD1283'

red 189 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #BD1283

Tints of Medium Violet Red #BD1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

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

R = 55.92%
G = 5.33%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD1283 (or 0xBD1283) is known color: Medium Violet Red. HEX triplet: BD, 12 and 83. RGB value is (189,18,131). Sum of RGB (Red+Green+Blue) = 189+18+131=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1283 is #42ED7C. Grayscale: #515151. Windows color (decimal): -4386173 or 8590013. OLE color: 8590013.

HSL color Cylindrical-coordinate representation of color #BD1283: hue angle of 320.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1283 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 131 -
CMYK 0 0.90 0.31 0.26
HSL 320.35º 0.83% 0.41% -
HSV(B) 320.35º 0.9% 0.74% -
XYZ 25.3 12.89 22.63 -
YUV 82.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 189 18 131 0 0.90 0.31 0.26 320.35 0.83 0.41
Hex BD 12 83 0 5A 1F 1A 140 53 29
Octal 275 22 203 0 132 37 32 500 123 51
Binary 10111101 10010 10000011 0 1011010 11111 11010 101000000 1010011 101001

Color Harmonies of #BD1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1283

Black with #BD1283

Text Example


Text Example

White with #BD1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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