Html Css Color HEX #BD3381 Medium Red Violet

📋 copy color: '#BD3381'

red 189 ◦ green 51 ◦ blue 129

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

Shades of Medium Red Violet #BD3381

Tints of Medium Red Violet #BD3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.82%

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

R = 51.22%
G = 13.82%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD3381 (or 0xBD3381) is known color: Medium Red Violet. HEX triplet: BD, 33 and 81. RGB value is (189,51,129). Sum of RGB (Red+Green+Blue) = 189+51+129=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3381 is #42CC7E. Grayscale: #646464. Windows color (decimal): -4377727 or 8467389. OLE color: 8467389.

HSL color Cylindrical-coordinate representation of color #BD3381: hue angle of 326.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3381 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 129 -
CMYK 0 0.73 0.32 0.26
HSL 326.09º 0.58% 0.47% -
HSV(B) 326.09º 0.73% 0.74% -
XYZ 26.13 14.77 22.24 -
YUV 101.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 189 51 129 0 0.73 0.32 0.26 326.09 0.58 0.47
Hex BD 33 81 0 49 20 1A 146 3A 2F
Octal 275 63 201 0 111 40 32 506 72 57
Binary 10111101 110011 10000001 0 1001001 100000 11010 101000110 111010 101111

Color Harmonies of #BD3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3381

Black with #BD3381

Text Example


Text Example

White with #BD3381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3381; }

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

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

background-color css

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

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

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

border-color css

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

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

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