Html Css Color HEX #BD33A5 Medium Red Violet

📋 copy color: '#BD33A5'

red 189 ◦ green 51 ◦ blue 165

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

Shades of Medium Red Violet #BD33A5

Tints of Medium Red Violet #BD33A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 46.67%
G = 12.59%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD33A5 (or 0xBD33A5) is known color: Medium Red Violet. HEX triplet: BD, 33 and A5. RGB value is (189,51,165). Sum of RGB (Red+Green+Blue) = 189+51+165=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33A5 is #42CC5A. Grayscale: #686868. Windows color (decimal): -4377691 or 10826685. OLE color: 10826685.

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

Color convert

RGB 189 51 165 -
CMYK 0 0.73 0.13 0.26
HSL 310.43º 0.58% 0.47% -
HSV(B) 310.43º 0.73% 0.74% -
XYZ 28.96 15.9 37.14 -
YUV 105.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 189 51 165 0 0.73 0.13 0.26 310.43 0.58 0.47
Hex BD 33 A5 0 49 D 1A 136 3A 2F
Octal 275 63 245 0 111 15 32 466 72 57
Binary 10111101 110011 10100101 0 1001001 1101 11010 100110110 111010 101111

Color Harmonies of #BD33A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33A5

Black with #BD33A5

Text Example


Text Example

White with #BD33A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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