Html Css Color HEX #BD46EC Medium Orchid

📋 copy color: '#BD46EC'

red 189 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #BD46EC

Tints of Medium Orchid #BD46EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 38.18%
G = 14.14%
B = 47.68%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD46EC (or 0xBD46EC) is known color: Medium Orchid. HEX triplet: BD, 46 and EC. RGB value is (189,70,236). Sum of RGB (Red+Green+Blue) = 189+70+236=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD46EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD46EC is #42B913. Grayscale: #7B7B7B. Windows color (decimal): -4372756 or 15484605. OLE color: 15484605.

HSL color Cylindrical-coordinate representation of color #BD46EC: hue angle of 283.01º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD46EC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 70 236 -
CMYK 0.20 0.70 0 0.07
HSL 283.01º 0.81% 0.6% -
HSV(B) 283.01º 0.7% 0.93% -
XYZ 38.32 21.26 81.44 -
YUV 124.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 189 70 236 0.20 0.70 0 0.07 283.01 0.81 0.6
Hex BD 46 EC 14 46 0 7 11B 51 3C
Octal 275 106 354 24 106 0 7 433 121 74
Binary 10111101 1000110 11101100 10100 1000110 0 111 100011011 1010001 111100

Color Harmonies of #BD46EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46EC

Black with #BD46EC

Text Example


Text Example

White with #BD46EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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