Html Css Color HEX #BD49CE Medium Orchid

📋 copy color: '#BD49CE'

red 189 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #BD49CE

Tints of Medium Orchid #BD49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 40.38%
G = 15.6%
B = 44.02%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD49CE (or 0xBD49CE) is known color: Medium Orchid. HEX triplet: BD, 49 and CE. RGB value is (189,73,206). Sum of RGB (Red+Green+Blue) = 189+73+206=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49CE is #42B631. Grayscale: #7A7A7A. Windows color (decimal): -4372018 or 13519293. OLE color: 13519293.

HSL color Cylindrical-coordinate representation of color #BD49CE: hue angle of 292.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD49CE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 73 206 -
CMYK 0.08 0.65 0 0.19
HSL 292.33º 0.58% 0.55% -
HSV(B) 292.33º 0.65% 0.81% -
XYZ 34.51 20.04 60.44 -
YUV 122.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 189 73 206 0.08 0.65 0 0.19 292.33 0.58 0.55
Hex BD 49 CE 8 41 0 13 124 3A 37
Octal 275 111 316 10 101 0 23 444 72 67
Binary 10111101 1001001 11001110 1000 1000001 0 10011 100100100 111010 110111

Color Harmonies of #BD49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49CE

Black with #BD49CE

Text Example


Text Example

White with #BD49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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