Html Css Color HEX #BD1281 Medium Violet Red

📋 copy color: '#BD1281'

red 189 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #BD1281

Tints of Medium Violet Red #BD1281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 56.25%
G = 5.36%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD1281 (or 0xBD1281) is known color: Medium Violet Red. HEX triplet: BD, 12 and 81. RGB value is (189,18,129). Sum of RGB (Red+Green+Blue) = 189+18+129=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1281 is #42ED7E. Grayscale: #515151. Windows color (decimal): -4386175 or 8458941. OLE color: 8458941.

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

Color convert

RGB 189 18 129 -
CMYK 0 0.90 0.32 0.26
HSL 321.05º 0.83% 0.41% -
HSV(B) 321.05º 0.9% 0.74% -
XYZ 25.17 12.84 21.92 -
YUV 81.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 189 18 129 0 0.90 0.32 0.26 321.05 0.83 0.41
Hex BD 12 81 0 5A 20 1A 141 53 29
Octal 275 22 201 0 132 40 32 501 123 51
Binary 10111101 10010 10000001 0 1011010 100000 11010 101000001 1010011 101001

Color Harmonies of #BD1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1281

Black with #BD1281

Text Example


Text Example

White with #BD1281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1281; }

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

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

background-color css

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

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

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

border-color css

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

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

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