Html Css Color HEX #BD34A1 Medium Red Violet

📋 copy color: '#BD34A1'

red 189 ◦ green 52 ◦ blue 161

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

Shades of Medium Red Violet #BD34A1

Tints of Medium Red Violet #BD34A1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 47.01%
G = 12.94%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD34A1 (or 0xBD34A1) is known color: Medium Red Violet. HEX triplet: BD, 34 and A1. RGB value is (189,52,161). Sum of RGB (Red+Green+Blue) = 189+52+161=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD34A1 is #42CB5E. Grayscale: #696969. Windows color (decimal): -4377439 or 10564797. OLE color: 10564797.

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

Color convert

RGB 189 52 161 -
CMYK 0 0.72 0.15 0.26
HSL 312.26º 0.57% 0.47% -
HSV(B) 312.26º 0.72% 0.74% -
XYZ 28.65 15.85 35.27 -
YUV 105.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 189 52 161 0 0.72 0.15 0.26 312.26 0.57 0.47
Hex BD 34 A1 0 48 F 1A 138 39 2F
Octal 275 64 241 0 110 17 32 470 71 57
Binary 10111101 110100 10100001 0 1001000 1111 11010 100111000 111001 101111

Color Harmonies of #BD34A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34A1

Black with #BD34A1

Text Example


Text Example

White with #BD34A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34A1; }

 p { color: rgb(189,52,161); }

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

background-color css

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

 a { background-color: rgb(189,52,161); }

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

border-color css

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

 span { border-color: rgb(189,52,161); }

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