Html Css Color HEX #BD46DC Medium Orchid

📋 copy color: '#BD46DC'

red 189 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #BD46DC

Tints of Medium Orchid #BD46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 39.46%
G = 14.61%
B = 45.93%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD46DC (or 0xBD46DC) is known color: Medium Orchid. HEX triplet: BD, 46 and DC. RGB value is (189,70,220). Sum of RGB (Red+Green+Blue) = 189+70+220=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46DC is #42B923. Grayscale: #7A7A7A. Windows color (decimal): -4372772 or 14436029. OLE color: 14436029.

HSL color Cylindrical-coordinate representation of color #BD46DC: hue angle of 287.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD46DC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 70 220 -
CMYK 0.14 0.68 0 0.14
HSL 287.6º 0.68% 0.57% -
HSV(B) 287.6º 0.68% 0.86% -
XYZ 36.09 20.37 69.74 -
YUV 122.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 189 70 220 0.14 0.68 0 0.14 287.6 0.68 0.57
Hex BD 46 DC E 44 0 E 120 44 39
Octal 275 106 334 16 104 0 16 440 104 71
Binary 10111101 1000110 11011100 1110 1000100 0 1110 100100000 1000100 111001

Color Harmonies of #BD46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46DC

Black with #BD46DC

Text Example


Text Example

White with #BD46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46DC; }

 p { color: rgb(189,70,220); }

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

background-color css

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

 a { background-color: rgb(189,70,220); }

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

border-color css

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

 span { border-color: rgb(189,70,220); }

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