Html Css Color HEX #BD2FA5 Medium Red Violet

📋 copy color: '#BD2FA5'

red 189 ◦ green 47 ◦ blue 165

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

Shades of Medium Red Violet #BD2FA5

Tints of Medium Red Violet #BD2FA5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

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

R = 47.13%
G = 11.72%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD2FA5 (or 0xBD2FA5) is known color: Medium Red Violet. HEX triplet: BD, 2F and A5. RGB value is (189,47,165). Sum of RGB (Red+Green+Blue) = 189+47+165=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2FA5 is #42D05A. Grayscale: #666666. Windows color (decimal): -4378715 or 10825661. OLE color: 10825661.

HSL color Cylindrical-coordinate representation of color #BD2FA5: hue angle of 310.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2FA5 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 165 -
CMYK 0 0.75 0.13 0.26
HSL 310.14º 0.6% 0.46% -
HSV(B) 310.14º 0.75% 0.74% -
XYZ 28.79 15.57 37.08 -
YUV 102.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 189 47 165 0 0.75 0.13 0.26 310.14 0.6 0.46
Hex BD 2F A5 0 4B D 1A 136 3C 2E
Octal 275 57 245 0 113 15 32 466 74 56
Binary 10111101 101111 10100101 0 1001011 1101 11010 100110110 111100 101110

Color Harmonies of #BD2FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FA5

Black with #BD2FA5

Text Example


Text Example

White with #BD2FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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