Html Css Color HEX #BD49DF Medium Orchid

📋 copy color: '#BD49DF'

red 189 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #BD49DF

Tints of Medium Orchid #BD49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 38.97%
G = 15.05%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD49DF (or 0xBD49DF) is known color: Medium Orchid. HEX triplet: BD, 49 and DF. RGB value is (189,73,223). Sum of RGB (Red+Green+Blue) = 189+73+223=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49DF is #42B620. Grayscale: #7C7C7C. Windows color (decimal): -4372001 or 14633405. OLE color: 14633405.

HSL color Cylindrical-coordinate representation of color #BD49DF: hue angle of 286.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD49DF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 73 223 -
CMYK 0.15 0.67 0 0.13
HSL 286.4º 0.7% 0.58% -
HSV(B) 286.4º 0.67% 0.87% -
XYZ 36.69 20.91 71.91 -
YUV 124.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 189 73 223 0.15 0.67 0 0.13 286.4 0.7 0.58
Hex BD 49 DF F 43 0 D 11E 46 3A
Octal 275 111 337 17 103 0 15 436 106 72
Binary 10111101 1001001 11011111 1111 1000011 0 1101 100011110 1000110 111010

Color Harmonies of #BD49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49DF

Black with #BD49DF

Text Example


Text Example

White with #BD49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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