Html Css Color HEX #BD49E1 Medium Orchid

📋 copy color: '#BD49E1'

red 189 ◦ green 73 ◦ blue 225

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

Shades of Medium Orchid #BD49E1

Tints of Medium Orchid #BD49E1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.99%

 BLUE value IS 225 (88.28% from 255) = 46.2%

R = 38.81%
G = 14.99%
B = 46.2%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD49E1 (or 0xBD49E1) is known color: Medium Orchid. HEX triplet: BD, 49 and E1. RGB value is (189,73,225). Sum of RGB (Red+Green+Blue) = 189+73+225=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD49E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49E1 is #42B61E. Grayscale: #7C7C7C. Windows color (decimal): -4371999 or 14764477. OLE color: 14764477.

HSL color Cylindrical-coordinate representation of color #BD49E1: hue angle of 285.79º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD49E1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 73 225 -
CMYK 0.16 0.68 0 0.12
HSL 285.79º 0.72% 0.58% -
HSV(B) 285.79º 0.68% 0.88% -
XYZ 36.96 21.02 73.34 -
YUV 125.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 189 73 225 0.16 0.68 0 0.12 285.79 0.72 0.58
Hex BD 49 E1 10 44 0 C 11E 48 3A
Octal 275 111 341 20 104 0 14 436 110 72
Binary 10111101 1001001 11100001 10000 1000100 0 1100 100011110 1001000 111010

Color Harmonies of #BD49E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49E1

Black with #BD49E1

Text Example


Text Example

White with #BD49E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49E1; }

 p { color: rgb(189,73,225); }

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

background-color css

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

 a { background-color: rgb(189,73,225); }

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

border-color css

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

 span { border-color: rgb(189,73,225); }

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