Html Css Color HEX #BD46D0 Medium Orchid

📋 copy color: '#BD46D0'

red 189 ◦ green 70 ◦ blue 208

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

Shades of Medium Orchid #BD46D0

Tints of Medium Orchid #BD46D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 40.47%
G = 14.99%
B = 44.54%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD46D0 (or 0xBD46D0) is known color: Medium Orchid. HEX triplet: BD, 46 and D0. RGB value is (189,70,208). Sum of RGB (Red+Green+Blue) = 189+70+208=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46D0 is #42B92F. Grayscale: #787878. Windows color (decimal): -4372784 or 13649597. OLE color: 13649597.

HSL color Cylindrical-coordinate representation of color #BD46D0: hue angle of 291.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD46D0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 70 208 -
CMYK 0.09 0.66 0 0.18
HSL 291.74º 0.59% 0.55% -
HSV(B) 291.74º 0.66% 0.82% -
XYZ 34.56 19.75 61.67 -
YUV 121.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 189 70 208 0.09 0.66 0 0.18 291.74 0.59 0.55
Hex BD 46 D0 9 42 0 12 124 3B 37
Octal 275 106 320 11 102 0 22 444 73 67
Binary 10111101 1000110 11010000 1001 1000010 0 10010 100100100 111011 110111

Color Harmonies of #BD46D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46D0

Black with #BD46D0

Text Example


Text Example

White with #BD46D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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